https://github.com/andrewda/multi-actions
Install and configure multiple self-hosted GitHub Actions runners on the same host.
https://github.com/andrewda/multi-actions
Last synced: 10 months ago
JSON representation
Install and configure multiple self-hosted GitHub Actions runners on the same host.
- Host: GitHub
- URL: https://github.com/andrewda/multi-actions
- Owner: andrewda
- Created: 2022-05-12T00:35:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T00:35:20.000Z (about 4 years ago)
- Last Synced: 2025-01-08T12:34:52.673Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# multi-actions
Install and configure multiple
[self-hosted GitHub Actions runners](https://docs.github.com/en/actions/hosting-your-own-runners)
on the same host.
Basic usage:
```bash
$ ./install.sh \
--url \ # (required) URL of the GitHub organization
--token \ # (required) GitHub Actions token
--count \ # Number of runners to install (defaults to number of cores)
--version \ # Runner version to install (defaults to 2.291.1)
--checksum \ # Checksum of the Runner (defaults to checksum for 2.291.1)
--dir # Installation directory (defaults to /home/ubuntu/github)
```
To uninstall the runners:
```bash
$ ./uninstall.sh --token --dir
```