
* initial workflow * fix: wrong container path. * fix: build run command. * test: list directory. * test: list directory. * fix: add checkout action. * add setup scripts and instructions.
413 B
413 B
Setup self-hosted GitHub runners
Instructions to set up self-hosted GitHub runners.
- Setup the desired machine.
- Create the runner by following the instructions in
Settings > Actions > Runners > New self-hosted runner
. - Run the setup script according to your OS from this directory.
- (Optional - Linux) run
svc.sh
to make the runner work withsystemd
:sudo ./svc.sh install && sudo ./svc.sh start