Tribblix-vm
Version updated for https://github.com/vmactions/tribblix-vm to version v1.0.3.
- This action is used across all versions by 27 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Run GitHub CI in Tribblix action is designed to enable running CI workflows on the Tribblix operating system. It provides an AI-ready feature that automatically generates the necessary GitHub Actions YAML configuration based on user input, handling tasks such as setting up toolchains, installing dependencies, and managing environment variables. Key capabilities include support for various VM releases, different architectures, and methods of code synchronization (e.g., rsync, sshfs, nfs). The action simplifies the process of setting up CI pipelines in Tribblix by automating common setup tasks and reducing the need to manually configure each pipeline.
What’s Changed
The prepare step (installing packages etc.) normally runs on every build. With cache-after-prepare: true, the action shuts the VM down cleanly after prepare has finished, caches the prepared VM image, and boots the VM again before run. Later runs with the same prepare script restore the prepared image, skip prepare entirely, and start directly at run
https://github.com/vmactions/tribblix-vm#10-cache-the-vm-image-after-prepare
Full Changelog: https://github.com/vmactions/tribblix-vm/compare/v1...v1.0.3