11 ms·
Haven't been able to run any actions for the last 30 mins... also had two in progress that were cancelled. Are there any good OSS ways to self-host gh compatibl
by mstank 8mo ago
Haven't been able to run any actions for the last 30 mins... also had two in progress that were cancelled. Are there any good OSS ways to self-host gh compatible runners?
- brianf0 8mo agoPotentially this: https://github-aws-runners.github.io/terraform-aws-github-runner/ https://github-aws-runners.github.io/terraform-aws-github-ru...
- jeduardo 8mo agoI've been experimenting with their controller for k8s runners https://github.com/actions/actions-runner-controller https://github.com/actions/actions-runner-controller. The awful thing about it is that you cannot run one set for all projects unless they're all under an organisation, so for normal accounts you need to provision one runner set per project.
- crohr 8mo agoNot fully OSS, but you can have a look at https://github.com/runs-on/runs-on https://github.com/runs-on/runs-on