v2.283.4
Pre-release
Pre-release
Features
Bugs
- Fixed an issue where container environment variables names or values could escape the docker command (#2108)
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.283.4/actions-runner-win-x64-2.283.4.zip -OutFile actions-runner-win-x64-2.283.4.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.283.4.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.283.4/actions-runner-osx-x64-2.283.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.283.4.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.283.4/actions-runner-linux-x64-2.283.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.283.4.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.283.4/actions-runner-linux-arm64-2.283.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.283.4.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.283.4/actions-runner-linux-arm-2.283.4.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.283.4.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.283.4.zip 437b92dda47fddbf96922b29d31fa58b7c803e2df7eb5ae77d99cafa814e97da
- actions-runner-osx-x64-2.283.4.tar.gz e8395c7eef61e1653e71598072d4f57d788452f96bad639e71e18dc8f4ab62fc
- actions-runner-linux-x64-2.283.4.tar.gz 23a122459b5e89be82d5247ce1b17db3be3ef0ed085746dceb58f6868b3d3539
- actions-runner-linux-arm64-2.283.4.tar.gz d13e930b28dbeefc73c1da3cbfd50dca104894174ce53534feb89033d8943d15
- actions-runner-linux-arm-2.283.4.tar.gz 103dfb4464eba37068115e59a57d9a6351a919850dea8ebdb066c4d53fd1c354