Features
- Use GITHUB_TOKEN for ghcr.io containers if credentials are not provided (actions#990)
Bugs
- Do not trucate error message from template evaluation (actions#1038)
- Make FileShare ReadWrite (actions#1033)
- Mask secrets with double-quotes when passed to docker command line (actions#1002)
- Delete script files before replacing during update (actions#984)
Misc
Windows x64
We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.
The following snipped needs to be run on powershell
:
# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner
# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.278.0.1/actions-runner-win-x64-2.278.0.1.zip -OutFile actions-runner-win-x64-2.278.0.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.278.0.1.zip", "$PWD")
OSX
# 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.278.0.1/actions-runner-osx-x64-2.278.0.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.278.0.1.tar.gz
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.278.0.1/actions-runner-linux-x64-2.278.0.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.278.0.1.tar.gz
Linux arm64
# 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.278.0.1/actions-runner-linux-arm64-2.278.0.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.278.0.1.tar.gz
Linux 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.278.0.1/actions-runner-linux-arm-2.278.0.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.278.0.1.tar.gz
Using your self hosted runner
For additional details about configuring, running, or shutting down the runner please check out our product docs.
SHA-256 Checksums
The SHA-256 checksums for the packages included in this build are shown below:
- actions-runner-win-x64-2.278.0.1.zip 8286c2925265bae7ca9c714385a1e1f4037c9af1fc3802345c411b3c8a7c715e
- actions-runner-osx-x64-2.278.0.1.tar.gz 56a02b25e835e095ab0fa5ae0bb0e68fda9b6a066f495424006fefbc30c0e3e6
- actions-runner-linux-x64-2.278.0.1.tar.gz e45f57db348e5b56a321cedfa7441d72d6abb33cdeaa5a3d1944318a275ea27c
- actions-runner-linux-arm64-2.278.0.1.tar.gz 40abb8936cb7219ac7404f6cb19d88636bd4f4adf9d812aa188911e109f0c053
- actions-runner-linux-arm-2.278.0.1.tar.gz 1401f6f2b6decf25b7e5c60305bd31b04c8c5f647cbb2d2c9583d290019f8174