nektos / act

Run your GitHub Actions locally 🚀
https://nektosact.com
MIT License
51.87k stars 1.3k forks source link

Mount VMs with Linux/Windows/Mac with runners to run act locally #2368

Open latot opened 1 week ago

latot commented 1 week ago

Details

Hi! thx for this great project! I has been using the project, and I would like if there is a doc that is able to describe this, which would helps to emulate a more complete Git CI.

As described... the point of this docs is be able to have for example, 3 VMs, with the SO, put runners to work, and from the main SO, use that runners.

Actually I have some ideas to how to do part of it, using ssh docker, for example the windows one, but is not clear how to set them per matrix config, the ideal case is be able to set in the config, which docker/VM use per matrix-os.

Thx!