Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

20240117 github runner

Jonas Götz edited this page Jan 17, 2024 · 1 revision

Github runner to have unlimited minutes of actions

mkdir actions-runner && cd actions-runner

curl -o actions-runner-linux-arm64-2.311.0.tar.gz -L https://github.com/actions/runner/releases/download/v2.311.0/actions-runner-linux-arm64-2.311.0.tar.gz

tar xzf ./actions-runner-linux-arm64-2.311.0.tar.gz

RUNNER_ALLOW_RUNASROOT="0" ./config.sh --url https://github.com/42core-team --token <token - from - github>

RUNNER_ALLOW_RUNASROOT="0" ./svc.sh install

./svc.sh start

./svc status

Clone this wiki locally