github actions/runner v2.287.1

latest releases: v2.319.1, v2.319.0, v2.318.0...
2 years ago

Features

Bugs

  • Fixes an issue where the run.sh and run.cmd scripts were not working as expected (#1634)

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.287.1/actions-runner-win-x64-2.287.1.zip -OutFile actions-runner-win-x64-2.287.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.287.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.287.1/actions-runner-osx-x64-2.287.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.287.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.287.1/actions-runner-linux-x64-2.287.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.287.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.287.1/actions-runner-linux-arm64-2.287.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.287.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.287.1/actions-runner-linux-arm-2.287.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.287.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.287.1.zip 91f8ab7837b2968328fa04fa14ec8f18767b0dfa12b2b293e77cf36ee6d33673

  • actions-runner-osx-x64-2.287.1.tar.gz e3c99df84f6e184e04c2dba60a8ad51a9d6115c29186d725a7d3d91561c3f839

  • actions-runner-linux-x64-2.287.1.tar.gz 8fa64384d6fdb764797503cf9885e01273179079cf837bfc2b298b1a8fd01d52

  • actions-runner-linux-arm64-2.287.1.tar.gz 9a59cb84458b27767e082080e7b575e42b36f0e32a493fc9627ca8e29f4b3346

  • actions-runner-linux-arm-2.287.1.tar.gz cd61ab3f9742a20d4fa69281153e8449ab5ad13ef7248ed2839bc232e15773fe

  • actions-runner-win-x64-2.287.1-noexternals.zip b1e35bb1c70eb89d978255cb3c47797fe404f104570f3b55d19db33fce0ad8b5

  • actions-runner-osx-x64-2.287.1-noexternals.tar.gz 15a653771bf351ba317eae21395b1129468c9ea24256dbcba7cdc761fe684f2e

  • actions-runner-linux-x64-2.287.1-noexternals.tar.gz 623213dcfa15cd81e4c7bcdd45a803e0af7aca410b36f3aa96e36080f9af4365

  • actions-runner-linux-arm64-2.287.1-noexternals.tar.gz c6f5f855cdff3e91bc8b3713dddbbfe9d5adedbe92305c82db9b14118ff8329b

  • actions-runner-linux-arm-2.287.1-noexternals.tar.gz c76ae025725bd8fa96ee30310bbb2f7a0a212d685e534ceb8fc1dd677efbae55

  • actions-runner-win-x64-2.287.1-noruntime.zip 02efd0599e4df86da820b447abc352eff18222fd68edea63991e0eea1c695b86

  • actions-runner-osx-x64-2.287.1-noruntime.tar.gz 633579fce1f44334e41ed60ae5f0f65bc76e28e7124981a6e506e18bd9bef48a

  • actions-runner-linux-x64-2.287.1-noruntime.tar.gz b2fef08214463600be37f95ef1ed50a0d345fe52cd8d843c458a7a18c347fbcd

  • actions-runner-linux-arm64-2.287.1-noruntime.tar.gz fdea344b5a6f4d067769472bd8459e8c145338d89dbb9f9a0460edeb39427108

  • actions-runner-linux-arm-2.287.1-noruntime.tar.gz 7b9e79c5f868a4f703bd5cfe84a896f64769e0c1de765ec4f4530a74661926cf

  • actions-runner-win-x64-2.287.1-noruntime-noexternals.zip 7a62a18ba15ad564cec960a3c9b38a65c5e9b3904a65d0ee6265485a34a3623a

  • actions-runner-osx-x64-2.287.1-noruntime-noexternals.tar.gz 5b2f8d1b45c17c8ba7ba49ab2edd94635018db1e43b7f1f6f5c474786f6e71ad

  • actions-runner-linux-x64-2.287.1-noruntime-noexternals.tar.gz 9c7c26ba109ca93779f27fef745c5e3671fdc10661ac782db9e1c70c57998bde

  • actions-runner-linux-arm64-2.287.1-noruntime-noexternals.tar.gz b4c44990323a2835e87614b003cb4457b2beb9d222f667cc70b87c6fcc7e2e4c

  • actions-runner-linux-arm-2.287.1-noruntime-noexternals.tar.gz b334ebf541142acb16348f3c46606deb101c08ababa89918ed68000cc38ef40c

Don't miss a new runner release

NewReleases is sending notifications on new releases.