GitHub/Actions
< GitHub
actions/checkout: Action for checking out a repo - https://github.com/actions/checkout
Releases · actions/runner - https://github.com/actions/runner/releases
Linux x64:
# Create a folder mkdir actions-runner && cd actions-runner # Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-linux-x64-2.304.0.tar.gz # Extract the installer tar xzf ./actions-runner-linux-x64-2.304.0.tar.gz
ARM:
# Create a folder mkdir actions-runner && cd actions-runner # Download the latest runner package curl -O -L https://github.com/actions/runner/releases/download/v2.304.0/actions-runner-linux-arm-2.304.0.tar.gz # Extract the installer tar xzf ./actions-runner-linux-arm-2.304.0.tar.gz