Cloud is down, and runners need to run. There is a kubernetes operator called ARC from GitHub Actions that will allow us to self host runners there.
Running on a regular runner requires a container.
runs-on: isisbusapps-proxmox
container: ubuntu:latest
Running on an docker in docker runner does not. (It already has one)
runs-on: isisbusapps-proxmox-dind
Cloud is down, and runners need to run. There is a kubernetes operator called ARC from GitHub Actions that will allow us to self host runners there.
Running on a regular runner requires a container.
Running on an docker in docker runner does not. (It already has one)