Skip to content

Releases: sirredbeard/runner

v2.333.0

25 Mar 19:06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: actions/runner@v2.332.0...v2.333.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.333.0/actions-runner-win-x64-2.333.0.zip -OutFile actions-runner-win-x64-2.333.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.333.0.zip", "$PWD")

Windows arm64

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

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.333.0.zip d078ef70b96201c26896a4d7086c407d14641e95197a94b099863d7fe0ddd63d
  • actions-runner-win-arm64-2.333.0.zip 46f7152f44819630196992e1f47ec9c0c6fbe51904f8fad95f955d096fe94be6

v2.332.0

04 Mar 15:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: actions/runner@v2.331.0...v2.332.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.332.0/actions-runner-win-x64-2.332.0.zip -OutFile actions-runner-win-x64-2.332.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.332.0.zip", "$PWD")

Windows arm64

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

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.332.0.zip 9baecc435d63e3472317b51c4c9266e4c667de25ba4101be78000b8267d0d30e
  • actions-runner-win-arm64-2.332.0.zip c977f52f4e774658e8c9ba8a4a607d58f74664be3e67292c6f11b3489dec5760

v2.331.0

31 Jan 11:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: actions/runner@v2.330.0...v2.331.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 :

Windows arm64

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 :

OSX x64

OSX arm64 (Apple silicon)

Linux x64

Linux arm64

Linux arm

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.331.0.zip f9b5a710079dbb256d404d34a9c0ed9cd7dce52786e8585b13a0cb4331ffe283
  • actions-runner-win-arm64-2.331.0.zip b6f78c14322d577647b8eedd8fea1b378faa235e790bbb6bfd620c264f271f08
  • actions-runner-osx-x64-2.331.0.tar.gz <OSX_X64_SHA>
  • actions-runner-osx-arm64-2.331.0.tar.gz <OSX_ARM64_SHA>
  • actions-runner-linux-x64-2.331.0.tar.gz <LINUX_X64_SHA>
  • actions-runner-linux-arm64-2.331.0.tar.gz <LINUX_ARM64_SHA>
  • actions-runner-linux-arm-2.331.0.tar.gz <LINUX_ARM_SHA>

v2.330

15 Dec 22:11

Choose a tag to compare

Full Changelog: v2.316.1...v2.330

v2.328

07 Oct 17:14

Choose a tag to compare

Full Changelog: v2.316.1...v2.328

v2.325.0

11 Jun 17:09

Choose a tag to compare

Add Windows Containers Support