Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

v2.285.1

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 10:03

Features

  • n/a

Bugs

  • Revert node12 version due to fs.copyFileSync hang actions#1537

Misc

  • n/a

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.285.1/actions-runner-win-x64-2.285.1.zip -OutFile actions-runner-win-x64-2.285.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.285.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.285.1/actions-runner-osx-x64-2.285.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.285.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.285.1/actions-runner-linux-x64-2.285.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.285.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.285.1/actions-runner-linux-arm64-2.285.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.285.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.285.1/actions-runner-linux-arm-2.285.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.285.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.285.1.zip 39d48b1bd1eaef2d98f4e8a443fe6ff48c228cbf1139b1f392b5ae507d908446
  • actions-runner-osx-x64-2.285.1.tar.gz e94d16ef8bd1d0b371b7e6242a9cdb673c7bbf94f16d58e384b51c4112b130b5
  • actions-runner-linux-x64-2.285.1.tar.gz 1f46704ce63e1f19304a554e592e46d3e8484bb0c8bc870dc002abadaeb05767
  • actions-runner-linux-arm64-2.285.1.tar.gz 4646cea0e460814c78285595e95bd2bca35925383375e0a32b804bceea695a99
  • actions-runner-linux-arm-2.285.1.tar.gz cfc8c8ecd397d3fdf66cb62b428574d839a772b1977f93a53fc313b0939d11a8