Releases: cksystemsgroup/github-actions-runner
v2.278.0-hard0
Features
- Apply hardening patches on top of v2.278.0 release.
Bugs
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/cksystemsgroup/github-actions-runner/releases/download/v2.278.0-hard0/actions-runner-win-x64-2.278.0-hard0.zip -OutFile actions-runner-win-x64-2.278.0-hard0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.278.0-hard0.zip", "$PWD")
OSX
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/cksystemsgroup/github-actions-runner/releases/download/v2.278.0-hard0/actions-runner-osx-x64-2.278.0-hard0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.278.0-hard0.tar.gz
Linux x64
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/cksystemsgroup/github-actions-runner/releases/download/v2.278.0-hard0/actions-runner-linux-x64-2.278.0-hard0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.278.0-hard0.tar.gz
Linux arm64 (Pre-release)
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/cksystemsgroup/github-actions-runner/releases/download/v2.278.0-hard0/actions-runner-linux-arm64-2.278.0-hard0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.278.0-hard0.tar.gz
Linux arm (Pre-release)
# Create a folder
mkdir actions-runner && cd actions-runner
# Download the latest runner package
curl -O -L https://github.com/cksystemsgroup/github-actions-runner/releases/download/v2.278.0-hard0/actions-runner-linux-arm-2.278.0-hard0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.278.0-hard0.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-hard0.zip e8120832e09d2f2c0db4eb9a84a17005e4d5530ce92b0fb62050a4b54a853494
- actions-runner-osx-x64-2.278.0-hard0.tar.gz 3c9e79b7ed01001f168180266435beaecc35f6fcd430c0a8dc07453f7a787aaf
- actions-runner-linux-x64-2.278.0-hard0.tar.gz 884f0012b8323dfa71e4efcaccfead3915f2a60eead51c1aa21c01d2c6b67897
- actions-runner-linux-arm64-2.278.0-hard0.tar.gz 7abacdfc9b0bf529d51e7e6c827c0ffdd43055fb03a6871aae02e59b1abe4861
- actions-runner-linux-arm-2.278.0-hard0.tar.gz a346a4b5f76d29af7c906abd972ed25810cf261c488386f47abb79fc60151a93
v2.277.1-hard0
Features
- Apply hardening patches on top of v2.277.1 release.
Bugs
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.277.1-hard0/actions-runner-win-x64-2.277.1-hard0.zip -OutFile actions-runner-win-x64-2.277.1-hard0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.277.1-hard0.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.277.1-hard0/actions-runner-osx-x64-2.277.1-hard0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.277.1-hard0.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.277.1-hard0/actions-runner-linux-x64-2.277.1-hard0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.277.1-hard0.tar.gz
Linux arm64 (Pre-release)
# 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.277.1-hard0/actions-runner-linux-arm64-2.277.1-hard0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.277.1-hard0.tar.gz
Linux arm (Pre-release)
# 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.277.1-hard0/actions-runner-linux-arm-2.277.1-hard0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.277.1-hard0.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.277.1-hard0.zip 966cd605e685f39d196d0ce5c2b4e65d4bee5511506a0b3bac02c442940767bd
- actions-runner-osx-x64-2.277.1-hard0.tar.gz 9fc3a6f0d39d6bfc42b5a314d71c96584085977e6ff20d938a6483e95deec06d
- actions-runner-linux-x64-2.277.1-hard0.tar.gz acb9ddca7412666daf58241a6f6d2131ea15c51d6df10e3732099f6c0da4bb9c
- actions-runner-linux-arm64-2.277.1-hard0.tar.gz 010b2170fe5db494910f74cb5b4a982875e75b1a4b974525bdc3dac58721c8f7
- actions-runner-linux-arm-2.277.1-hard0.tar.gz e5f6c7ce124202999954e0f7e75401300cfe57733aed06cd8c5d956db62b1b66