FRET-qemu/.github/setup_self_hosted
Romain Malmain 131dca34d4
Create Github actions (#51)
* 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.
2024-03-14 13:55:52 +01:00
..
2024-03-14 13:55:52 +01:00
2024-03-14 13:55:52 +01:00

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 with systemd: sudo ./svc.sh install && sudo ./svc.sh start