ec2-github-runner
ec2-github-runner copied to clipboard
Add suport to Dedicated Instances (macos runners) and org runners
What?
- add support to both repository and org runners using the scope parameters.
- add support to macOS runners by supporting dedicated hosts
- update userData to support macOS runners.
- allow to define the timeout of the plugin (Reserved Hosts takes longer to start running).
- allow the usage of label to add more labels to your runner.
Why?
To support macOS runners and to support org and repo runners.
How?
- by updating the userData to support both macOS and linux runners.
- change Github endpoints for both org and repo.
- accept
labelto set your runner name (optional value).
It will be great to have this capability merged so we can use macos runners as well.
Kudos, this looks like exactly what I need to use with a private mac m1 instance. How can folks like me help here?