Skip to content

v2.317.0-podman5

Compare
Choose a tag to compare

What's Changed

Full Changelog: actions/runner@v2.316.1...v2.317.0

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.317.0-podman5/actions-runner-win-x64-2.317.0-podman5.zip -OutFile actions-runner-win-x64-2.317.0-podman5.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.317.0-podman5.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.317.0-podman5/actions-runner-win-arm64-2.317.0-podman5.zip -OutFile actions-runner-win-arm64-2.317.0-podman5.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.317.0-podman5.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.317.0-podman5/actions-runner-osx-x64-2.317.0-podman5.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.317.0-podman5.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.317.0-podman5/actions-runner-osx-arm64-2.317.0-podman5.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.317.0-podman5.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.317.0-podman5/actions-runner-linux-x64-2.317.0-podman5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.317.0-podman5.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.317.0-podman5/actions-runner-linux-arm64-2.317.0-podman5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.317.0-podman5.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.317.0-podman5/actions-runner-linux-arm-2.317.0-podman5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.317.0-podman5.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.317.0-podman5.zip ad1187ba1208e39fabf787784ad462809ef35e702f7983e24bdd8bd33ac67cfb
  • actions-runner-win-arm64-2.317.0-podman5.zip 73c3d8d0f4d711c13a56274d9cce04c98f065065844a120a4ef9f723fb54b85c
  • actions-runner-osx-x64-2.317.0-podman5.tar.gz 7ac5e16583bd26f4f4374e5d224698b56319e79fef8654b242b6e70d3cf8a9a6
  • actions-runner-osx-arm64-2.317.0-podman5.tar.gz bc54dad41d3ec2ab6c63143c06227f0cd5bf3609016ae760a60b7d548c8b9796
  • actions-runner-linux-x64-2.317.0-podman5.tar.gz 912c7fc996a7c3bce3d03f7d865e3a6be9df750a0e59e57276f8888a28e3579e
  • actions-runner-linux-arm64-2.317.0-podman5.tar.gz b9de07a699e674298d14e3c0654f6ee124ad146c73a88232ee95882b489a798e
  • actions-runner-linux-arm-2.317.0-podman5.tar.gz 6339b4f317131e34e33ae51256d1b5c68baf9ba7f945a0fbe4b21d69ad8aa9f9