Skip to content

v2.304.0-airflow7

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jun 09:14

Features

Bugs

Misc

Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners

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.304.0-airflow7/actions-runner-win-x64-2.304.0-airflow7.zip -OutFile actions-runner-win-x64-2.304.0-airflow7.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.304.0-airflow7.zip", "$PWD")

[Pre-release] Windows arm64

Warning: Windows arm64 runners are currently in preview status and use unofficial versions of nodejs. They are not intended for production workflows.

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.304.0-airflow7/actions-runner-win-arm64-2.304.0-airflow7.zip -OutFile actions-runner-win-arm64-2.304.0-airflow7.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.304.0-airflow7.zip", "$PWD")

OSX 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.304.0-airflow7/actions-runner-osx-x64-2.304.0-airflow7.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.304.0-airflow7.tar.gz

OSX arm64 (Apple silicon)

# 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.304.0-airflow7/actions-runner-osx-arm64-2.304.0-airflow7.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.304.0-airflow7.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.304.0-airflow7/actions-runner-linux-x64-2.304.0-airflow7.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.304.0-airflow7.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.304.0-airflow7/actions-runner-linux-arm64-2.304.0-airflow7.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.304.0-airflow7.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.304.0-airflow7/actions-runner-linux-arm-2.304.0-airflow7.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.304.0-airflow7.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.304.0-airflow7.zip 24213294eb5d6bb9621d2a69fe7a0ae5debfd4f1f4a3d1304afe971c8fc30a9a

  • actions-runner-win-arm64-2.304.0-airflow7.zip 41ea4734a1f73b194e764d26f6fbee33f0d26b15406813b65573511794af5e96

  • actions-runner-osx-x64-2.304.0-airflow7.tar.gz 2f7dff5c5378e5eeda4367519f1f92ff1c4b218b17204d14533211aba3c22b86

  • actions-runner-osx-arm64-2.304.0-airflow7.tar.gz caca2a628a4edc6e321d789366c436a31197a34805da3b3e938b44863b13f55c

  • actions-runner-linux-x64-2.304.0-airflow7.tar.gz ca363e7daa5e8636b32219fbd3727d500bf8ed71ad76f18c223fa38511fc5b58

  • actions-runner-linux-arm64-2.304.0-airflow7.tar.gz 16c38378a53008d78fd0f00b013d0f45177e5a48cf26779e67027e2fbefd02d4

  • actions-runner-linux-arm-2.304.0-airflow7.tar.gz 34cfa03dae0fa596d1104c47b8914ec7a27527d76d721d2288091d5ca00a4fad

  • actions-runner-win-x64-2.304.0-airflow7-noexternals.zip ae4290b14a5a473c757d0a0f9cbc06a52bc854a6fe75fe6a6d75948972a27084

  • actions-runner-win-arm64-2.304.0-airflow7-noexternals.zip 702015472e53ea2eee591dd3c570511d11ab704c87ec85bcc679ea0acc3b0377

  • actions-runner-osx-x64-2.304.0-airflow7-noexternals.tar.gz cb4a93564d7161c11c77cddfbd22f002eab1ef0bef8ca8f730f125a140d954fe

  • actions-runner-osx-arm64-2.304.0-airflow7-noexternals.tar.gz e216eda48be5d3a0d6140cce8a7c57c1f3472ba1d872587314a9e1753bbc45a8

  • actions-runner-linux-x64-2.304.0-airflow7-noexternals.tar.gz 034c25dd194a9757fe74e72516077c18898d8776456e5696992d8e30257a8cc1

  • actions-runner-linux-arm64-2.304.0-airflow7-noexternals.tar.gz ce8dba9507d534282b3c882efb3c443db225a8dfca4469328bb4ed160283b18b

  • actions-runner-linux-arm-2.304.0-airflow7-noexternals.tar.gz eb3515485d9d1a71af36e78c7d254fcd6f0bc81c48facd27a15c99ffe4c9b63b

  • actions-runner-win-x64-2.304.0-airflow7-noruntime.zip f2d6896b2b87fa4e07d74019265a4b39ed51b94302c478bea361e3d4084a1f1a

  • actions-runner-win-arm64-2.304.0-airflow7-noruntime.zip affc5e95289ae72b9165cf0fa556230874173d7e3ce9a096d00e657dd2ebee79

  • actions-runner-osx-x64-2.304.0-airflow7-noruntime.tar.gz 5272791a837fb062edcf77d1041d2a37bfd9aed7c1fe8303073758095897ee1e

  • actions-runner-osx-arm64-2.304.0-airflow7-noruntime.tar.gz 3f61be6ce723b5606016c09f72ac66ff97fe547caec8da6e647409c4ed84aaae

  • actions-runner-linux-x64-2.304.0-airflow7-noruntime.tar.gz 85ca263dceec8826a3f210efcc5971e540680e91a0b98dd94c3b8772b062e3a6

  • actions-runner-linux-arm64-2.304.0-airflow7-noruntime.tar.gz 05b2bc11ff3e93ff11eb44eac17f77bc558f1f8bb817d913834a45333a2a9a3d

  • actions-runner-linux-arm-2.304.0-airflow7-noruntime.tar.gz bb3035ca03bdd21184e1f230575912dc924bd750d7c7c883e95e295758f12fa9

  • actions-runner-win-x64-2.304.0-airflow7-noruntime-noexternals.zip 8f840ae61a0bbfa3c78b1ee2c8a893930accbc4ba58d7ce546469282fba2bd35

  • actions-runner-win-arm64-2.304.0-airflow7-noruntime-noexternals.zip d74766a2ba9f05f89ac6518932bfcc329f5711eaf190636f0606fc77b9fe4468

  • actions-runner-osx-x64-2.304.0-airflow7-noruntime-noexternals.tar.gz 41d517a6874bc90981f5a514f2f080986066f5d7edbb91a8edecb133cb693f76

  • actions-runner-osx-arm64-2.304.0-airflow7-noruntime-noexternals.tar.gz 15f5ed790cce545c1fed78ca941122fa31194593f4fc8980948c2721088f89e5

  • actions-runner-linux-x64-2.304.0-airflow7-noruntime-noexternals.tar.gz 85e236a2efb15ab1e4c6a13dffb937778f43cc37f699f0e1805dde5dc7c7bcef

  • actions-runner-linux-arm64-2.304.0-airflow7-noruntime-noexternals.tar.gz 16de39d0dd3af600e8f5d5e119317acf85f418cc3cd9358e9656d4c176db669e

  • actions-runner-linux-arm-2.304.0-airflow7-noruntime-noexternals.tar.gz 279d28876b9b4fa5e729430282423c9196db3d4b1d817bab7395448e1989d67f