| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Actions-runner-controller can controll GitHub Actions auto-scaling runners.
This helmfile provides quick instructions on Kubernetes environments.
Set the githubConfigUrl value in the file default.values.yaml to the GitHub url for where you want to configure runners.
githubConfigUrl: https://github.com/CASL0/actions-runner-controller-helmfileUse the following commands to deploy self-hosted runners.
helmfile applySet the runs-on value to my-arc-runners in your workflows similar to the following.
jobs:
build:
runs-on: my-arc-runners
steps:
- run: echo "Hello world!"See advanced.md.
See CONTRIBUTING.md.
| Back | FazBrowse Home | New Git URL |