Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braheezy/runners
https://github.com/braheezy/runners
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/braheezy/runners
- Owner: braheezy
- Created: 2022-09-01T20:01:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T22:51:25.000Z (over 2 years ago)
- Last Synced: 2024-11-10T13:35:28.478Z (2 months ago)
- Language: HCL
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Runners
Packer templates and other scripts for building custom runner images for GitHub actions.The only project in here now builds a virtual image that has nested virtualization enabled so it can build other VMs.
## Usage
Copy `secret.auto.pkrvars.hcl.template` to `secret.auto.pkrvars.hcl` and populate with information.Run `make qemu` to create a new Runner box. The image inside is registered to GitHub, so watch for that!
Run `vagrant up` to get the box up. Now keep it up forever or only when you need it.