Skip to content

Instantly share code, notes, and snippets.

@headquarter8302
Created April 17, 2024 23:12
Show Gist options
  • Save headquarter8302/11925dc82fe8c8ed55972d0d1662cbcc to your computer and use it in GitHub Desktop.
Save headquarter8302/11925dc82fe8c8ed55972d0d1662cbcc to your computer and use it in GitHub Desktop.
generic linux x64 runner setup
mkdir actions-runner && cd actions-runner
curl \
-o actions-runner-linux-x64-2.315.0.tar.gz \
-L https://github.com/actions/runner/releases/download/v2.315.0/actions-runner-linux-x64-2.315.0.tar.gz
echo \
"6362646b67613c6981db76f4d25e68e463a9af2cc8d16e31bfeabe39153606a0 actions-runner-linux-x64-2.315.0.tar.gz" \
| shasum -a 256 -c
tar \
xzf ./actions-runner-linux-x64-2.315.0.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment