shapehq / tartelet

⚙️💻 A macOS app that makes it a breeze to manage multiple GitHub Actions runners in ephemeral virtual machines on a single host machine. The benefits are that runners can run in parallel, and each job runs in an isolated environment.
MIT License
501 stars 15 forks source link

Adds support for post-boot script #77

Closed simonbs closed 2 months ago

simonbs commented 2 months ago

This PR adds support for running a script after the virtual machine has been booted. Tartelet will look for a script at ~/.tartelet/post-boot.sh and run it if one exists.