Skip to content

Releases: yaananth/runner

v2.289.1

28 Mar 16:08
Compare
Choose a tag to compare

Features

Bugs

Misc

  • Clarified the type of step running when running job started or completed hooks (actions#1769)

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

  • actions-runner-osx-x64-2.289.1.tar.gz 460834aad563e8483643b973d549e3262d73d81f759d0d6cfb45ff82b5f6dad0

  • actions-runner-linux-x64-2.289.1.tar.gz b4e1bcf8086656d74013b49ffb64507e8218eb6392214523f159c75a4defa5a7

  • actions-runner-linux-arm64-2.289.1.tar.gz 014a11b45ae60cbc65bf670604594ad68a342a8700b3e66df3a12c23fa14a13e

  • actions-runner-linux-arm-2.289.1.tar.gz fff485213f3a4046ba2321f51ee20ff6ed0d75a721db075beadebefc838f8e16

  • actions-runner-win-x64-2.289.1-noexternals.zip d7803514711102dc1f4a64fd31f0c92db04decc3afe87da2775a162e4f0ca7fd

  • actions-runner-osx-x64-2.289.1-noexternals.tar.gz bfc5984ecad06e65185f984fb900322dca3578971da4979ca4b0c46f9fad0bd7

  • actions-runner-linux-x64-2.289.1-noexternals.tar.gz 6eee452b9b25c48fecd8438875b9291556eebadd198b9b24f0b8184ac65b331a

  • actions-runner-linux-arm64-2.289.1-noexternals.tar.gz 10982d2f44147bf47a6bba460181c842c243bc0321b7317a6041b076c337f278

  • actions-runner-linux-arm-2.289.1-noexternals.tar.gz ee82e75468cd2b2bd1fc2d71320c7f4fcd3311e0a6dbfd5257c74bafdb4fd2fb

  • actions-runner-win-x64-2.289.1-noruntime.zip 36090e4cf78f1dbc78081326a0849c27d8274352fa5bd35ba79fabc36fba71ae

  • actions-runner-osx-x64-2.289.1-noruntime.tar.gz 26d99456092c91d53362026681aa62d6fde59e44ca9b392be675126e2cdce8a7

  • actions-runner-linux-x64-2.289.1-noruntime.tar.gz cda68e55b57822e4c9f9553a75e43ec2a16ff542dc95528896e78708e5de84da

  • actions-runner-linux-arm64-2.289.1-noruntime.tar.gz 5d6b40b3341dff2b933e9a295d6ed7b072b5223b2b93dc8f672b98d67b5c48f3

  • actions-runner-linux-arm-2.289.1-noruntime.tar.gz 24c3cd3f17f31101a2f03fcf38669d4b26c40f3b19afbccf815c4b8817d27939

  • actions-runner-win-x64-2.289.1-noruntime-noexternals.zip 75df048d0164c29341e3e1b623acece79a68c055038f74a0f59fe34b3573764e

  • actions-runner-osx-x64-2.289.1-noruntime-noexternals.tar.gz beed930c5aa5c14e323773c0680cacc0f2a79061934f3de04ff435e42d2d2306

  • actions-runner-linux-x64-2.289.1-noruntime-noexternals.tar.gz 17e47b5acb142be1c242a97eceb9d56e2b0dc5cf49edeaefe371e79b65bd87d9

  • actions-runner-linux-arm64-2.289.1-noruntime-noexternals.tar.gz 478e2376a323994c0b573d1c7acf353927489ca2e7be05d837070863271a6dbc

  • actions-runner-linux-arm-2.289.1-noruntime-noexternals.tar.gz 2c34cdbdc081b8f09b79d901ae2f31a4c952ad6684b246103559336b96259e90