Releases: actions/runner
v2.293.2
Features
Bugs
- Fixed an issue where container environment variables names or values could escape the docker command (#2108)
- Sanitize Windows ENVs (#2280)
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.293.2/actions-runner-win-x64-2.293.2.zip -OutFile actions-runner-win-x64-2.293.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.293.2.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.293.2/actions-runner-osx-x64-2.293.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.293.2.tar.gz
[Pre-release] 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.293.2/actions-runner-osx-arm64-2.293.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.293.2.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.293.2/actions-runner-linux-x64-2.293.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.293.2.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.293.2/actions-runner-linux-arm64-2.293.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.293.2.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.293.2/actions-runner-linux-arm-2.293.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.293.2.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.293.2.zip ef0b9452ed4152776b2a49f5fcce69f08e08f455517e9788b419d5daa6aec47e
-
actions-runner-osx-x64-2.293.2.tar.gz 0d7036d169271725a4083a4e9bc13df76baff5a65c6592ea43e55c0cfc1e1996
-
actions-runner-osx-arm64-2.293.2.tar.gz a6de693630bcece10e9d514b2afa1945bf7ac827e47594ba23316dca227cabf8
-
actions-runner-linux-x64-2.293.2.tar.gz 85ff25911f39538664c42ccf3489909af6dbcc259d9df51c0130fb9694ad222c
-
actions-runner-linux-arm64-2.293.2.tar.gz bb9d98436f8eec1c6eadfea36aeebdeaed1150a0b0cac623dae465035dee3025
-
actions-runner-linux-arm-2.293.2.tar.gz 0c0464200e0dd9d327d8e248be885931f857ec68f103d67ccbd61a05aa59dde9
-
actions-runner-win-x64-2.293.2-noexternals.zip 2af370d04ceeb18602cc52ab6bc15c1cbc8f6ee645ebb19d9d1d56e33ab9785c
-
actions-runner-osx-x64-2.293.2-noexternals.tar.gz 0b74510841f2761bec314174a06927a486d4dea4fbc503a04f60860d39ce6caf
-
actions-runner-osx-arm64-2.293.2-noexternals.tar.gz a8619b398f73c78829ba6cc022253e22db2262f0f6ca4fc40d7af01fe0bc4e7b
-
actions-runner-linux-x64-2.293.2-noexternals.tar.gz 3cf771ee9d875b6752e7080c211ed7343c4bc74c32999b8bef54de801df3c908
-
actions-runner-linux-arm64-2.293.2-noexternals.tar.gz 25306451b2fdc12be34a208c7943cd2c3fc20e807a16c1250004be33c5c26eca
-
actions-runner-linux-arm-2.293.2-noexternals.tar.gz dcaea9411599f8087c34c6deed9ee601555391593d091d8b05acdef185709914
-
actions-runner-win-x64-2.293.2-noruntime.zip b33119899bbef1b38c154cd6580c2138c57d43a0756081fa59baa0618ccba8e0
-
actions-runner-osx-x64-2.293.2-noruntime.tar.gz ac5b97e6a275d50c057c61545150b7a8e0d536bd9b338f5ce73ca7d2cf57f39f
-
actions-runner-osx-arm64-2.293.2-noruntime.tar.gz ff02ccacc90ac37682162802d6c4c9ba1bbdb55f15ea4b7978df34055a076cc1
-
actions-runner-linux-x64-2.293.2-noruntime.tar.gz 8c2da97cd8fbddd78b00ef460fc828b2d1351615a0be088825dde9144f816a71
-
actions-runner-linux-arm64-2.293.2-noruntime.tar.gz 456669b4d863cc7fbcfd237eb428e190a34a328ab1b1bb5a669c95ad14e0722f
-
actions-runner-linux-arm-2.293.2-noruntime.tar.gz c38090575f830c5351c1e187a6531b83c39747778e2ad9293b95724ab63b93ca
-
actions-runner-win-x64-2.293.2-noruntime-noexternals.zip 71a055f5bfe2f34a75804e5b1b5e778805475a018034216fb5bd284fe25d962a
-
actions-runner-osx-x64-2.293.2-noruntime-noexternals.tar.gz 3f2e6ebd6784c941449c43e5c3ebfe2bb21cd08a36ecff5e9115a8f079bd91b1
-
actions-runner-osx-arm64-2.293.2-noruntime-noexternals.tar.gz d300e087ee9b17e0b6836c190aadeb62fb17e6e26a744b6db4a10f11ddb5b640
-
actions-runner-linux-x64-2.293.2-noruntime-noexternals.tar.gz 5f41e35531c7a288b985d11ca9badda7768b453114f7c9044d2c8a7d67746e92
-
actions-runner-linux-arm64-2.293.2-noruntime-noexternals.tar.gz f93e16ccdb63a66fde0c5a3fd5ba668c951f354960071cda86faa551154acebf
-
actions-runner-linux-arm-2.293.2-noruntime-noexternals.tar.gz 0f461defeb75229f7647d5d92a70838bc85ad71fa79510fc71c6341c2bb4ff91
v2.289.5
Features
Bugs
- Fixed an issue where container environment variables names or values could escape the docker command (#2108)
- Sanitize Windows ENVs (#2280)
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.5/actions-runner-win-x64-2.289.5.zip -OutFile actions-runner-win-x64-2.289.5.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.289.5.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.5/actions-runner-osx-x64-2.289.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.289.5.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.5/actions-runner-linux-x64-2.289.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.289.5.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.5/actions-runner-linux-arm64-2.289.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.289.5.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.5/actions-runner-linux-arm-2.289.5.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.289.5.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.5.zip 44dee93849569e99bb55ce5f813c8718d9a936cf8c3e6efb12145c1c9f2a54f6
-
actions-runner-osx-x64-2.289.5.tar.gz a6260cd9513531eef3eb85b87702a0ce15b1c42fc44350f0f5d15df881938111
-
actions-runner-linux-x64-2.289.5.tar.gz 0ae9db3ad3f03c56ccd3631f0830d9d7e7942a090b426e7b03887d88dc364fb1
-
actions-runner-linux-arm64-2.289.5.tar.gz 603c686600a9f73e7e134083e0fd9caa05722a13e47353d25b9c3454d7df342d
-
actions-runner-linux-arm-2.289.5.tar.gz 7374f6fd45ebe315eefc1bb3a1cb8069f8d551f56109807d69adfd7afa7b181d
-
actions-runner-win-x64-2.289.5-noexternals.zip df365decc9bd37ca61904df2d30ccbd9f2c46ac572bce8f8af7ffb21c1fca79c
-
actions-runner-osx-x64-2.289.5-noexternals.tar.gz 5d0196f5a0850d52797af9a639a5fa42ab91de170e26401b205dcd6ba41cab1b
-
actions-runner-linux-x64-2.289.5-noexternals.tar.gz a619fac2d5635be725905c1615f753db949c36f0837fb2b19a22613e9fa76a9d
-
actions-runner-linux-arm64-2.289.5-noexternals.tar.gz 9285ee365609d4aa6e3f050f49df0415e24247e5049dbbce3896e2b57b3da014
-
actions-runner-linux-arm-2.289.5-noexternals.tar.gz 690818596dc88af922189a6150e33b98c98fcf326c4d44183804e29ccab71105
-
actions-runner-win-x64-2.289.5-noruntime.zip 7a3acb7c7af845eb23e564d44ea7a69b76abffbaab3a1b267d2261d7487dd343
-
actions-runner-osx-x64-2.289.5-noruntime.tar.gz 2b51872b258403bf3588fc24a9fd890196d2adb0ae84547542d7251ec4b18c43
-
actions-runner-linux-x64-2.289.5-noruntime.tar.gz e325273b017e85023cd96871c2a3e5b30d385d30d688104aaf5a12ff209a8b09
-
actions-runner-linux-arm64-2.289.5-noruntime.tar.gz 7a6bcd0e5912f3f84c3862b2db2ea5d3bcc326289ad80583af0911efd59a52f6
-
actions-runner-linux-arm-2.289.5-noruntime.tar.gz 8aa9c3f8a5e641808fb4c4ea1f51a3edbb1dcb382c51feb935898fb70da0a5f6
-
actions-runner-win-x64-2.289.5-noruntime-noexternals.zip beb90e7e20c16bef897204ee62acdf17ec9060a595967cd1045f3314a31072e7
-
actions-runner-osx-x64-2.289.5-noruntime-noexternals.tar.gz d65e61499407ce309787b0603661610084c8e646cb34d321195f86f2241e1878
-
actions-runner-linux-x64-2.289.5-noruntime-noexternals.tar.gz a7e4cd46538f0907a6b0c7fcb50ee4400ead658e1d8437ebac7691b879de8eef
-
actions-runner-linux-arm64-2.289.5-noruntime-noexternals.tar.gz 4c3128984640bfdeffd72bd606162eb346e178943634469e15f9f52856386dbe
-
actions-runner-linux-arm-2.289.5-noruntime-noexternals.tar.gz 89799b544329da4864f9ba644091f8d9657f60e9348b1975f0d784a25fdcef31
v2.285.3
Features
- n/a
Bugs
- Fixed an issue where container environment variables names or values could escape the docker command (#2108)
- Sanitize Windows ENVs (#2280)
Misc
- n/a
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.285.3/actions-runner-win-x64-2.285.3.zip -OutFile actions-runner-win-x64-2.285.3.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.285.3.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.285.3/actions-runner-osx-x64-2.285.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.285.3.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.285.3/actions-runner-linux-x64-2.285.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.285.3.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.285.3/actions-runner-linux-arm64-2.285.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.285.3.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.285.3/actions-runner-linux-arm-2.285.3.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.285.3.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.285.3.zip 145e6fa6a65aefcb83a5467755744fe44ea247d9a4c43ec2750185e87039456a
- actions-runner-osx-x64-2.285.3.tar.gz 919a595817a202175f686d34448510b0b9665d9a2ee481dc2269ebfc7b65d73e
- actions-runner-linux-x64-2.285.3.tar.gz 60ed632a167d6b4ad9b36cb60aef8083610e4115ca97493ea86fe05383b18707
- actions-runner-linux-arm64-2.285.3.tar.gz fbe586463549f61c9a84017eb6f2f0d4b747ab65f9843ca900249fb6b0a50049
- actions-runner-linux-arm-2.285.3.tar.gz 7a454561fef1e2c02137898613d8b1c4ee866b96788eddd2a6e0e90806927795
v2.301.1
Features
- Log GitHub RequestId for better traceability (#2332)
- Dual upload summary to Actions and Result service (#2334)
- Allow providing extra User-Agent for better correlation (#2370)
- Show more information in the runner log (#2377)
- New option to remove local config files (#2367)
Bugs
- Treat jitconfig as secret (#2335)
- Add Header/Footer to multi-line message in StdoutTraceListener (#2336)
- Update Node dependencies (#2381)
Misc
- Make runner image print diag log to STDOUT (#2331)
- Update Node.js to 16.16.0 (#2371)
- Add a disclaimer for which runner version is available to a given tenant (#2362)
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.301.1/actions-runner-win-x64-2.301.1.zip -OutFile actions-runner-win-x64-2.301.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.301.1.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.301.1/actions-runner-win-arm64-2.301.1.zip -OutFile actions-runner-win-arm64-2.301.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.301.1.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.301.1/actions-runner-osx-x64-2.301.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.301.1.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.301.1/actions-runner-osx-arm64-2.301.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.301.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.301.1/actions-runner-linux-x64-2.301.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.301.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.301.1/actions-runner-linux-arm64-2.301.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.301.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.301.1/actions-runner-linux-arm-2.301.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.301.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.301.1.zip e83b27af969cb074ca53629b340f38d20e528071f4d6f9d4ba7819dace689ece
-
actions-runner-win-arm64-2.301.1.zip 117c4709fe8216c1fb470a364455165d9404de701193b5c7336292d89962c97f
-
actions-runner-osx-x64-2.301.1.tar.gz 3e0b037ea67e9626e99e6d3ff803ce0d8cc913938ddd1948b3a410ac6a75b878
-
actions-runner-osx-arm64-2.301.1.tar.gz 51dee92e4e2bb6737e080a670775986f547373c341e35335c9728eb8e097beaf
-
actions-runner-linux-x64-2.301.1.tar.gz 3ee9c3b83de642f919912e0594ee2601835518827da785d034c1163f8efdf907
-
actions-runner-linux-arm64-2.301.1.tar.gz 6b9ba0e7296b5d613dc5aaa0ca640c16b2122a7d42e4b5906c67d9b5c8847e10
-
actions-runner-linux-arm-2.301.1.tar.gz eb9ffe7cf3af213d30882b1420143550ce78a7987a39c4e1457ee8d5424544c3
-
actions-runner-win-x64-2.301.1-noexternals.zip df2971d2d0dd077329ab8ba0aa1b878912e0a79c4bb7fbffe8c5721bb92ece25
-
actions-runner-win-arm64-2.301.1-noexternals.zip b850cf3aa86aaa14b60147bc9bafafbcde89400df1bc100f8d8ef2e80b660208
-
actions-runner-osx-x64-2.301.1-noexternals.tar.gz db60b7e35656f518e8cc4cb18c8d1a0074e1f4592253fe1ba67daeb357ce2e96
-
actions-runner-osx-arm64-2.301.1-noexternals.tar.gz e60133c2f60b41b046a8f8b5b8ec10e407fc97d290ffecc15e8cdd7a8c3f8fde
-
actions-runner-linux-x64-2.301.1-noexternals.tar.gz 171dd6d0f5685fe1b81b0c6ea00bf8ff7164cbad23e70c036612fa801e6363b3
-
actions-runner-linux-arm64-2.301.1-noexternals.tar.gz 14c7136862b63e6907401b619c8d212b419d86900fc6809c2ba381e1dae73f89
-
actions-runner-linux-arm-2.301.1-noexternals.tar.gz d99d0c6c1dcaf0d1e2401bca3d25f765a0b4c80674b4be75d9ae46db1231e956
-
actions-runner-win-x64-2.301.1-noruntime.zip b5a724dce2252478ecd2991ef097c1f5247dad23b75fe99e7b658e927dcfe935
-
actions-runner-win-arm64-2.301.1-noruntime.zip a6e5b513ccbaa5b4a3007974461da0d131c720e180dd25736ea868ab4de2e172
-
actions-runner-osx-x64-2.301.1-noruntime.tar.gz f7182d993d041b266c0c011d67b3a8b5cb282a8bdd981f1599559e28d43fbb6b
-
actions-runner-osx-arm64-2.301.1-noruntime.tar.gz 46802bdaa625198048634b44c671f918180427efd7a7aed08ede8c30d3831725
-
actions-runner-linux-x64-2.301.1-noruntime.tar.gz 3d4ffd92b8d4f169c17fb8a6b7da3908c411d02a7c2da666b8ed8f711f6cd36f
-
actions-runner-linux-arm64-2.301.1-noruntime.tar.gz d87f27baa1038c2236d413ec8c06457770af29df87058b5d8e7b7005072b4e76
-
actions-runner-linux-arm-2.301.1-noruntime.tar.gz 48cf87064d52bcbc8a0a396d8ed3b14831d74ad56b6fa3372ae8a7113b2dd510
-
actions-runner-win-x64-2.301.1-noruntime-noexternals.zip 3aa1c4d93ce021617942b2d94487d7df7895cce8865a31880c4d9159c1e21b76
-
actions-runner-win-arm64-2.301.1-noruntime-noexternals.zip fbf6e180842dad63099f75e42760832567283a57d079d6ebc17d1b374cdbdf48
-
actions-runner-osx-x64-2.301.1-noruntime-noexternals.tar.gz 7af5be16b888bb281260bdf27c2d459f1cca76847ca937a38fbb2a8bdad44746
-
actions-runner-osx-arm64-2.301.1-noruntime-noexternals.tar.gz fa4a61621a6a2fd8fcf7842768adcd7380405b1688faa9332fd6f6e8ed4dc988
-
actions-runner-linux-x64-2.301.1-noruntime-noexternals.tar.gz a0d8bf875f23d6531546f5a5f443fa558b8c57eb912844374d2117fc77381fac
-
actions-runner-linux-arm64-2.301.1-noruntime-noexternals.tar.gz 5e5924bf26d36a920e7c024c048d5f8222e5ec35ecb6a30f933aa8ea9b8e389e
-
actions-runner-linux-arm-2.301.1-noruntime-noexternals.tar.gz <!-- BE...
v2.301.0
Features
- Log GitHub RequestId for better traceability (#2332)
- Dual upload summary to Actions and Result service (#2334)
- Allow providing extra User-Agent for better correlation (#2370)
- Show more information in the runner log (#2377)
- New option to remove local config files (#2367)
Bugs
- Split by regex (#2333)
- Treat jitconfig as secret (#2335)
- Add Header/Footer to multi-line message in StdoutTraceListener (#2336)
- Update Node dependencies (#2381)
Misc
- Make runner image print diag log to STDOUT (#2331)
- Update Node.js to 16.16.0 (#2371)
- Add a disclaimer for which runner version is available to a given tenant (#2362)
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.301.0/actions-runner-win-x64-2.301.0.zip -OutFile actions-runner-win-x64-2.301.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.301.0.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.301.0/actions-runner-win-arm64-2.301.0.zip -OutFile actions-runner-win-arm64-2.301.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.301.0.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.301.0/actions-runner-osx-x64-2.301.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.301.0.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.301.0/actions-runner-osx-arm64-2.301.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.301.0.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.301.0/actions-runner-linux-x64-2.301.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.301.0.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.301.0/actions-runner-linux-arm64-2.301.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.301.0.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.301.0/actions-runner-linux-arm-2.301.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.301.0.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.301.0.zip cebcdf027f4319eccbfe83270c66941f8c1eca0245da855ecddf5a4125d12483
-
actions-runner-win-arm64-2.301.0.zip 6d7e8c6f79ae58584f513ea100936cedfce6c5440e5a29b5818f75a394a4c036
-
actions-runner-osx-x64-2.301.0.tar.gz 8832fd14bc2f1a3d4ec201b481f3ad4766bed27e960f0d8dae7bfbe78d83f682
-
actions-runner-osx-arm64-2.301.0.tar.gz 657c6a2425c7448bdb374d32bbe13ed7de65a13177937cc4cca1c787b7379e2e
-
actions-runner-linux-x64-2.301.0.tar.gz 7b05952aba910db10e26658266733a77c90cc35320ce3fc5597df83bb4b2bb2c
-
actions-runner-linux-arm64-2.301.0.tar.gz 417f990ff45a1dc7efd94fdd6ced774278bb86d7f2733fb12f08fdd3c97a46ec
-
actions-runner-linux-arm-2.301.0.tar.gz abce9b5754afc5204f3dfc0556cadfed470f4ae7ab9e565482ed01be5ecfcab8
-
actions-runner-win-x64-2.301.0-noexternals.zip 3e42b12c97c9ac9b83e790d7c3366485d74d9264c50332854fd8ddb21d4a5efd
-
actions-runner-win-arm64-2.301.0-noexternals.zip 4ee92cff3e36c1ffa3f698e64e283ca01f0fc76cb291a7d19a2f7b591c0ffac4
-
actions-runner-osx-x64-2.301.0-noexternals.tar.gz 4f2941cb289ef4b835912689e1d7bea56feb01bdd0b82e64f6cd51047a5c099a
-
actions-runner-osx-arm64-2.301.0-noexternals.tar.gz c3666fe81d34eea46b1cd145f56e22c396c3c81eaefd108799467675b9d81512
-
actions-runner-linux-x64-2.301.0-noexternals.tar.gz 403fbfc0af1fc87de5f51a396d42a3dc21a35ce73b48e891922be0b28e3f9344
-
actions-runner-linux-arm64-2.301.0-noexternals.tar.gz a9375be02113f313436e2193bd920719f6a7a453b218b71f1673bb882acca70c
-
actions-runner-linux-arm-2.301.0-noexternals.tar.gz 49aead69b4503aa4ec12a4c33a346ad0bf3aab497c9539cb31fa207423a93a0e
-
actions-runner-win-x64-2.301.0-noruntime.zip 3a9f520f3757a2ce92d35d44ce0c92d71cfc55405938a871ecbc0d4f30ba5ebd
-
actions-runner-win-arm64-2.301.0-noruntime.zip c73a69e993e593967c8bb2eb59e331623d241889095d1c7b61f41a2311016eba
-
actions-runner-osx-x64-2.301.0-noruntime.tar.gz 166fb8ac577e3412755ce1b131bfc582d9539cf36473f6f817d687b3ed03ae68
-
actions-runner-osx-arm64-2.301.0-noruntime.tar.gz 2814c3de20f06ba648a3bb004a1c8e46ac593c5c4528cf719c9335988c47c48d
-
actions-runner-linux-x64-2.301.0-noruntime.tar.gz 592ba7de1d7ea414c8d307032d945ab948c13c238ae6fbe0237b5b3cfac32145
-
actions-runner-linux-arm64-2.301.0-noruntime.tar.gz 1ba6ee5f71940baf517ba48cd659df70b762c15a5a8b6cf1c9e9b14df0fe7cbc
-
actions-runner-linux-arm-2.301.0-noruntime.tar.gz 67c8372430ba3e73f9f8abb912b4785a766ba452d8d7f0862d4c8520c146aa9e
-
actions-runner-win-x64-2.301.0-noruntime-noexternals.zip 7575083661fcd99a5e3f73e87770b96cc98b837c1eb503b545bbbb0badd97951
-
actions-runner-win-arm64-2.301.0-noruntime-noexternals.zip 0d0eecc14c49335cd65f952ba180333abf9c2de91e8a6f9807e7d8063514a5ca
-
actions-runner-osx-x64-2.301.0-noruntime-noexternals.tar.gz fb08e5003c91f6b7269338b46225ecc9105a505e9f90636c5b9fa1306389cbbc
-
actions-runner-osx-arm64-2.301.0-noruntime-noexternals.tar.gz 880cb86fc4ebd569a149519458bcb5b45cda164e06babcfdf4ef0306c641c5ea
-
actions-runner-linux-x64-2.301.0-noruntime-noexternals.tar.gz 0c108bbfb358fa5857c71d3826677f7caf80c5660e726c3e198e8e5ccc22fcd0
-
actions-runner-linux-arm64-2.301.0-noruntime-noexternals.tar.gz 41734ef2f404d771c9...
v2.300.2
Features
- Expose github.actor_id, github.workflow_ref & github.workflow_sha as environment variable (#2249)
- Added worker and listener logs to stdout (#2291, #2307)
Bugs
- Made github.action_status output lowercase to be consistent with job.status' output (#1944)
Misc
- Added small size runner image for ARC (#2250)
- Small change to Node.js 12 deprecation message (#2262)
- Added the option to use the --replace argument to the create-latest-svc.sh (#2273)
- Made runner_name optional defaulting to hostname in delete.sh script (#1871)
- Return exit code when MANUALLY_TRAP_SIG is exported (#2285)
- Use results for uploading step summaries (#2301, #2321, #2328, #2329)
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.300.2/actions-runner-win-x64-2.300.2.zip -OutFile actions-runner-win-x64-2.300.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.300.2.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.300.2/actions-runner-win-arm64-2.300.2.zip -OutFile actions-runner-win-arm64-2.300.2.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.300.2.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.300.2/actions-runner-osx-x64-2.300.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.300.2.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.300.2/actions-runner-osx-arm64-2.300.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.300.2.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.300.2/actions-runner-linux-x64-2.300.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.300.2.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.300.2/actions-runner-linux-arm64-2.300.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.300.2.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.300.2/actions-runner-linux-arm-2.300.2.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.300.2.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.300.2.zip 54a37c9c78ca2dafe8912e633e8ff1740b9acf705169f240e3ee962b231a9f76
-
actions-runner-win-arm64-2.300.2.zip 9409e50d9ad33d8031355ed079b8f56cf3699f35cf5d0ca51e54deed432758ef
-
actions-runner-osx-x64-2.300.2.tar.gz 59814d103186d379123da8d2e7b002305a7b57f509fdd0cf34e4f86394dae9a4
-
actions-runner-osx-arm64-2.300.2.tar.gz c52f30610674acd0ea7c2d05e65c04c1dedf1606c2f00ce347640a001bafc568
-
actions-runner-linux-x64-2.300.2.tar.gz ed5bf2799c1ef7b2dd607df66e6b676dff8c44fb359c6fedc9ebf7db53339f0c
-
actions-runner-linux-arm64-2.300.2.tar.gz 804693a178db3265eb43e09c3b4e67ef28f6d64133778b38d66dcffd2f21057d
-
actions-runner-linux-arm-2.300.2.tar.gz e3b35299483009fedfa55e2b27c371e14a113f40da32df886d846591f14b7873
-
actions-runner-win-x64-2.300.2-noexternals.zip 1803e55853abb2ce0f02b7e1b7768f572e4e23450bf835b5ac5b20133a02244f
-
actions-runner-win-arm64-2.300.2-noexternals.zip 49f47692f6af702065acecd02df4964bb6f8a36f9446458e0e78d8c7acc2009b
-
actions-runner-osx-x64-2.300.2-noexternals.tar.gz a635775799dadc11d464dec92b9ae45e8c59701fcbe66fd13cb56c57aff76f98
-
actions-runner-osx-arm64-2.300.2-noexternals.tar.gz d4b49740a4f0fdfdb01bd7fccade5968472ae8870dfbd4cafc176f4fbfef5311
-
actions-runner-linux-x64-2.300.2-noexternals.tar.gz 1b3dd456f420d6c5fe7e5dd6e6aac09466a93ca1b359d6b28aa104c87016493d
-
actions-runner-linux-arm64-2.300.2-noexternals.tar.gz dc15f2a0a21df83019f206c1cadd36d7b88078f0db236b2fda05021c3e93496e
-
actions-runner-linux-arm-2.300.2-noexternals.tar.gz 8b2df64f97216e592cb6f43e83c81dba5696d1743da44766fae197e8ee4c7660
-
actions-runner-win-x64-2.300.2-noruntime.zip d6932e430bf98248d4f7115518c8f13e1a2976b843cd08590389887f64b86086
-
actions-runner-win-arm64-2.300.2-noruntime.zip d2305c76ca7a942d353aaa8f88c7c7e5cc74c1032984a37feb1c317766a5ddd3
-
actions-runner-osx-x64-2.300.2-noruntime.tar.gz 1ea54c2846566555aed64e19170842f23ae95b284ec2ebd48cdfc59ef1b7e451
-
actions-runner-osx-arm64-2.300.2-noruntime.tar.gz 78696a390acab87835bab692712a83c78e810edf1103707d86c376162e090b26
-
actions-runner-linux-x64-2.300.2-noruntime.tar.gz 2e610ff7362f864238d515a8914a415f9e96abc35b5c4d461d9f496ae44521ed
-
actions-runner-linux-arm64-2.300.2-noruntime.tar.gz 1ffb650fb36393b4ad28e370991f34ebcacc29406f589c1d2111a0582a7e44ab
-
actions-runner-linux-arm-2.300.2-noruntime.tar.gz 895af48e5d4a3f368d15c0f559ab1e2972090db0076cf9ebdebf77be42a75487
-
actions-runner-win-x64-2.300.2-noruntime-noexternals.zip 84677a8e8ca8f29bc8fa919a55e37a34555f54a7d28299ea0e4eb6536bf0ee3a
-
actions-runner-win-arm64-2.300.2-noruntime-noexternals.zip 028a70f960df20b29056800319303b14b40e094a88f82f153feefc73058bbce0
-
actions-runner-osx-x64-2.300.2-noruntime-noexternals.tar.gz 45169fa8a7218aa4012b8f62c16d0f1c2ee16f1e1650048b9d194fc692fbb34f
-
actions-runner-osx-arm64-2.300.2-noruntime-noexternals.tar.gz 67823841a162d33fbec96dac9ad9e4fcb5a3413e2c696333f4fbee2745e365b1
-
actions-runner-linux-x64-2.300.2-noruntime-noexternals.tar.gz 3769b093a9f3785f36d4b6901fd09642d7819a5e3d82975db719b7afa0aaaacd
-
actions-runner-linux-arm64-2.300.2-noruntime-noexternals.tar.gz e76104bf4ef02915e7cc10aa1f3592746d8cc392142a4dd263d7f5376795a8ad
-
actions-runner-linux-arm-2.300.2-noruntime-noexternals.tar.gz 188eaa7f186c567ddf6ce472a730ce2001ee56742f5da7cb708b591a0ef731d9
v2.300.1
Features
- Expose github.actor_id, github.workflow_ref & github.workflow_sha as environment variable (#2249)
- Added worker and listener logs to stdout (#2291, #2307)
Bugs
- Made github.action_status output lowercase to be consistent with job.status' output (#1944)
Misc
- Added small size runner image for ARC (#2250)
- Small change to Node.js 12 deprecation message (#2262)
- Added the option to use the --replace argument to the create-latest-svc.sh (#2273)
- Made runner_name optional defaulting to hostname in delete.sh script (#1871)
- Return exit code when MANUALLY_TRAP_SIG is exported (#2285)
- Use results for uploading step summaries (#2301) with limited size (#2321)
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.300.1/actions-runner-win-x64-2.300.1.zip -OutFile actions-runner-win-x64-2.300.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.300.1.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.300.1/actions-runner-win-arm64-2.300.1.zip -OutFile actions-runner-win-arm64-2.300.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.300.1.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.300.1/actions-runner-osx-x64-2.300.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.300.1.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.300.1/actions-runner-osx-arm64-2.300.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.300.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.300.1/actions-runner-linux-x64-2.300.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.300.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.300.1/actions-runner-linux-arm64-2.300.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.300.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.300.1/actions-runner-linux-arm-2.300.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.300.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.300.1.zip 47be79feb835059139616040c41d2f54fcbbaca5c863ac2d4ff8d860f934e317
-
actions-runner-win-arm64-2.300.1.zip 2ff9c61c71acce3334596eb38890cd926c78431ab5e5bd972e3c334b58bdc8ec
-
actions-runner-osx-x64-2.300.1.tar.gz 6f4726c87ffa12aa427f0aebe5607ea0fa8ef4462decde3397c57dc9258f1d2c
-
actions-runner-osx-arm64-2.300.1.tar.gz 590cfff43a8e03c283e3dd45cae3e79997c8708bce70e542d41b3d0234ab921b
-
actions-runner-linux-x64-2.300.1.tar.gz 36cd6111ec30c6b8b6c164b5cff597a52eae1c4a0356549434181aa58bc181a2
-
actions-runner-linux-arm64-2.300.1.tar.gz 99f3c0b5c194fdc750683d98894d8fa18493d7371e4d40b9d9b62a5bb57a6606
-
actions-runner-linux-arm-2.300.1.tar.gz 7698f7b7b8ec1d4d598391c4142c84406c16f712f182ca12d6e92b02663a40b6
-
actions-runner-win-x64-2.300.1-noexternals.zip f643c45c2d92481844421f06690740afa452df08ebaf01874aa7b59a2681790f
-
actions-runner-win-arm64-2.300.1-noexternals.zip 80f462a5d509b398bc1bb466f0276f8638a4c6d1a274e418928459d498f1731c
-
actions-runner-osx-x64-2.300.1-noexternals.tar.gz bbddce2a19d709adf382745d2a84dbebb521466755f83bd93a07f912d170f2da
-
actions-runner-osx-arm64-2.300.1-noexternals.tar.gz 92b4452fe7c6626a9a135da80e46f4d3c018c11ec32717c2ed93b12844582951
-
actions-runner-linux-x64-2.300.1-noexternals.tar.gz 5eb7acdd4492e010000c17231d46de75a9a8044f67ffd629d742cd42935ee8c9
-
actions-runner-linux-arm64-2.300.1-noexternals.tar.gz 558a7e4775ff15301eaae42f6004de7094bfd73959c6c6f301bacd6b20e2d2ab
-
actions-runner-linux-arm-2.300.1-noexternals.tar.gz 3e231757025246d53e54a59333b8524fdd2f9248a729894f119c0bf0e4918006
-
actions-runner-win-x64-2.300.1-noruntime.zip 8ae9443bd34fe07e7f42ce27f4e9bad7f1475290db46c3d1b5cd76495d8d9900
-
actions-runner-win-arm64-2.300.1-noruntime.zip 6a53ac1d8826a51a1bce3eed01f84bb90587ae0f7c45ce0e93a9b1f52a7f2aa9
-
actions-runner-osx-x64-2.300.1-noruntime.tar.gz cdcc453d25c39e8d82e7b487907a56cf7026b59b3995b90089081db4fbe88811
-
actions-runner-osx-arm64-2.300.1-noruntime.tar.gz 6d3b91c5b548d4c2d7692835c814917668cc103f1c174397944fff2ff050770d
-
actions-runner-linux-x64-2.300.1-noruntime.tar.gz 1c6904962cb731781b505f64f461d3ed9ee4bddd0f24f257c2451c5fd3038996
-
actions-runner-linux-arm64-2.300.1-noruntime.tar.gz da818dd23669bc4ab1a42365fa1f8ef00ea72992808ed538d94dda4b3413a916
-
actions-runner-linux-arm-2.300.1-noruntime.tar.gz 80b1169333940c59e5efbd02136b9519e7e07f584646478462e330af6180c51b
-
actions-runner-win-x64-2.300.1-noruntime-noexternals.zip 3143fab236e50c9706dbd3e7da6e9a13706dae4297733d9dac16c1e4f1bbc8fe
-
actions-runner-win-arm64-2.300.1-noruntime-noexternals.zip c48fbada138f4f30fd2125534265b7bcbef1f61437b534ec2dacb05feb5cf61e
-
actions-runner-osx-x64-2.300.1-noruntime-noexternals.tar.gz 1652367e551d6dfa1bb8be7c7b4bc72cbc25ed0847336862a66c0a5e342e96fa
-
actions-runner-osx-arm64-2.300.1-noruntime-noexternals.tar.gz dfe0ca18eaca6337a3277d92f6dc7f0aff644777bca59a9c99ea8242305c45f0
-
actions-runner-linux-x64-2.300.1-noruntime-noexternals.tar.gz 56443e05306d8053d5aa3e3a1edc0d0b7464d1565f9cf702dbbf3b928a27e06f
-
actions-runner-linux-arm64-2.300.1-noruntime-noexternals.tar.gz a88498ca2331c0581d650579a46dd0b7bf58881aeb3e7cc08096eb4da09095e0
-
actions-runner-linux-arm-2.300.1-noruntime-noexternals.tar.gz be119f89fe386a7077dc355681ff9a1056d0be87c538ded551da0a8ef1972e0c
v2.300.0
Features
- Expose github.actor_id, github.workflow_ref & github.workflow_sha as environment variable (#2249)
- Added worker and listener logs to stdout (#2291, #2307)
Bugs
- Made github.action_status output lowercase to be consistent with job.status' output (#1944)
Misc
- Added small size runner image for ARC (#2250)
- Small change to Node.js 12 deprecation message (#2262)
- Added the option to use the --replace argument to the create-latest-svc.sh (#2273)
- Made runner_name optional defaulting to hostname in delete.sh script (#1871)
- Return exit code when MANUALLY_TRAP_SIG is exported (#2285)
- Use results for uploading step summaries (#2301)
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.300.0/actions-runner-win-x64-2.300.0.zip -OutFile actions-runner-win-x64-2.300.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.300.0.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.300.0/actions-runner-win-arm64-2.300.0.zip -OutFile actions-runner-win-arm64-2.300.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.300.0.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.300.0/actions-runner-osx-x64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.300.0.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.300.0/actions-runner-osx-arm64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.300.0.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.300.0/actions-runner-linux-x64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.300.0.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.300.0/actions-runner-linux-arm64-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.300.0.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.300.0/actions-runner-linux-arm-2.300.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.300.0.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.300.0.zip 15119814c27bb0a5fc12138290fe9aa21f5df1910f2f10b06815df4f0e7f2bef
-
actions-runner-win-arm64-2.300.0.zip 4ffe7f00fd6ba1bcaee26cf784574fb37e8727e436fd1909f29a5de25c6176b3
-
actions-runner-osx-x64-2.300.0.tar.gz 623275e630bf936047bfab4e588f92213bd4481a8234f0a639bbeec01e678060
-
actions-runner-osx-arm64-2.300.0.tar.gz 39814d4e981183cc78294f06efa4b3d12b8cbb68bebc189bcd3bb8bdd77ba2e0
-
actions-runner-linux-x64-2.300.0.tar.gz fffee0d95033b141a14ce88debebb43b04f8d9e84d382cd6f22ed5ecdc2650d7
-
actions-runner-linux-arm64-2.300.0.tar.gz 55e7f1d5dd738916816dd975c326c32da8b88fb7c741f1613f24a862ef92a9fb
-
actions-runner-linux-arm-2.300.0.tar.gz da4ce929df71ab0cf117e4cb9b9f9a09d96d7935947ef0bccdcb4c078e5f4e10
-
actions-runner-win-x64-2.300.0-noexternals.zip 22e4cde605d588b19037b90db77d17ac15cf0a390ef7be10b2540246fd690072
-
actions-runner-win-arm64-2.300.0-noexternals.zip a0cf11a8281306bec4288f9121b66754d7aa32180d5ce99ce4a44dc17f05c5bb
-
actions-runner-osx-x64-2.300.0-noexternals.tar.gz 7c224567a35fbdd18418b9dd40073d27f4f6503cab253dce0ea8e912fef336fa
-
actions-runner-osx-arm64-2.300.0-noexternals.tar.gz d8a3ddd2ae46dd4179e5bd3a766e25cc17d6bb2c248ff893fcb5b7b9b554ef8d
-
actions-runner-linux-x64-2.300.0-noexternals.tar.gz f796f50578a3ebac274ba4fb8c17dde8f4975a3f44bde6453577aa7e52ca71a6
-
actions-runner-linux-arm64-2.300.0-noexternals.tar.gz b9a8d05e52b6010945e89d35c620a358e4c471f2a2113660c5add7e26fc3f07e
-
actions-runner-linux-arm-2.300.0-noexternals.tar.gz 801c84b4665e7f0a25bc99a3466011ebe66ef1754b918819ef9a8afcbee63ea2
-
actions-runner-win-x64-2.300.0-noruntime.zip 001f27eb932be623d1cea0298181209f53505453b1fd0ff619d90ff185f4a66d
-
actions-runner-win-arm64-2.300.0-noruntime.zip f3d78efb1cdfb4afade97309b3e6013c9877466642d6844678595b131c8538bb
-
actions-runner-osx-x64-2.300.0-noruntime.tar.gz 1a53ddd789dd35706ea515e8d72a1470530358c9428818d6511790ea7a9e1e14
-
actions-runner-osx-arm64-2.300.0-noruntime.tar.gz d9ecc75c73876d9c2174db3f4d00c4237f6ce0410f1bccc19257ece21e3b1990
-
actions-runner-linux-x64-2.300.0-noruntime.tar.gz 8fedabd03821f131969be4b8705767cb5cedb1103b7d06d7682ca84a5e295145
-
actions-runner-linux-arm64-2.300.0-noruntime.tar.gz 98555d9778201bbac1bedf64627a9947ac9fe1146f5e0182413372adeabf708a
-
actions-runner-linux-arm-2.300.0-noruntime.tar.gz 796f40d34cf39586dda548b69be0a52b5ee3b103b37e10994db14cf276def27c
-
actions-runner-win-x64-2.300.0-noruntime-noexternals.zip e14fdb34e5e57c148e8cf948fd190b868ea2c8db4d0639bc222d98024e89af86
-
actions-runner-win-arm64-2.300.0-noruntime-noexternals.zip 033d021b682319f71a07fdf5e63ef1ac2d18bcb106efca1b83de15d01c840437
-
actions-runner-osx-x64-2.300.0-noruntime-noexternals.tar.gz 390676d3571389c67d875fd3faa060c73f5a4da5b6d63869d16cb01e67327e13
-
actions-runner-osx-arm64-2.300.0-noruntime-noexternals.tar.gz 75998c73093f144b6ba6c3586cda1602b76fa0331500a56215584fcbd5a4a61d
-
actions-runner-linux-x64-2.300.0-noruntime-noexternals.tar.gz 0cdca5386ca07209e5dc4ea79c6e486c4acedfb688b48925ee741d0eb53eed43
-
actions-runner-linux-arm64-2.300.0-noruntime-noexternals.tar.gz ecafca8f419820fd7800f0b3e54d99757fc7657f9d7162cee93e8d6ecd954de0
-
actions-runner-linux-arm-2.300.0-noruntime-noexternals.tar.gz 531df34fc97984cdc87ca6177cd0c84fc57d89b9a9992cfc707f56fede1867c6
v2.299.1
Features
- Displays the error logs in dedicated sub-sections of the Initialize containers section (#2182)
- Add generateServiceConfig option for configure command (#2226)
- Setting debug using GitHub Action variables (#2234)
- run.sh installs SIGINT and SIGTERM traps to gracefully stop runner (#2233, 2240)
Bugs
- Use Global.Variables instead of JobContext and include action path/ref in the message. (#2214)
Misc
- Allow '--disableupdate' in create-latest-svc.sh (#2201)
- Fix markup for support link (#2114)
- Add runner devcontainer (#2187)
- Setup linter for Runner (#2211, #2213, #2216)
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.299.1/actions-runner-win-x64-2.299.1.zip -OutFile actions-runner-win-x64-2.299.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.299.1.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.299.1/actions-runner-win-arm64-2.299.1.zip -OutFile actions-runner-win-arm64-2.299.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.299.1.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.299.1/actions-runner-osx-x64-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.299.1.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.299.1/actions-runner-osx-arm64-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.299.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.299.1/actions-runner-linux-x64-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.299.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.299.1/actions-runner-linux-arm64-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.299.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.299.1/actions-runner-linux-arm-2.299.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.299.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.299.1.zip f7940b16451d6352c38066005f3ee6688b53971fcc20e4726c7907b32bfdf539
-
actions-runner-win-arm64-2.299.1.zip d1a9d8209f03589c8dc05ee17ae8d194756377773a4010683348cdd6eefa2da7
-
actions-runner-osx-x64-2.299.1.tar.gz b0128120f2bc48e5f24df513d77d1457ae845a692f60acf3feba63b8d01a8fdc
-
actions-runner-osx-arm64-2.299.1.tar.gz f73849b9a78459d2e08b9d3d2f60464a55920de120e228b0645b01abe68d9072
-
actions-runner-linux-x64-2.299.1.tar.gz 147c14700c6cb997421b9a239c012197f11ea9854cd901ee88ead6fe73a72c74
-
actions-runner-linux-arm64-2.299.1.tar.gz debe1cc9656963000a4fbdbb004f475ace5b84360ace2f7a191c1ccca6a16c00
-
actions-runner-linux-arm-2.299.1.tar.gz a4d66a766ff3b9e07e3e068a1d88b04e51c27c9b94ae961717e0a5f9ada998e6
-
actions-runner-win-x64-2.299.1-noexternals.zip 0d6d5cab162a793d6d0dc827bcc25589ef1b8911cbfe43cce4e394343e45dbb5
-
actions-runner-win-arm64-2.299.1-noexternals.zip 88f9fa8403633ac1a785f50aea7fa8289da9effb65190183d839db20df6bb148
-
actions-runner-osx-x64-2.299.1-noexternals.tar.gz 6d9ad11b5d7b49d2a0912c02c6f0f358195167cb87bb54121e4a5f0765231c07
-
actions-runner-osx-arm64-2.299.1-noexternals.tar.gz 35c79b475fe3554792d1362dc41b9964ce0c5e88dd7f20cf433d65d59a678437
-
actions-runner-linux-x64-2.299.1-noexternals.tar.gz c35428fe48d36542ccdaa2a02d2f481f4eb3eae9c13b9dad4d1fa30ae6bd8a98
-
actions-runner-linux-arm64-2.299.1-noexternals.tar.gz 0096a4695108eadb4dfc9a48330d9fb8c3ef9d3ee151da7612ad5051d66cda59
-
actions-runner-linux-arm-2.299.1-noexternals.tar.gz 03c8f756a52425911ddeaa3a98c95ec71d5984f1a7cc49ac52fc8126023c6029
-
actions-runner-win-x64-2.299.1-noruntime.zip fd8178a4458bf99cc500f02aa718513caee45ad2c3e6c7d1b156d5c559b23d32
-
actions-runner-win-arm64-2.299.1-noruntime.zip 2b10f01b663cababf24e8c5a272af6b2ec811fb4c69906970e65c4e0c6dbe1b7
-
actions-runner-osx-x64-2.299.1-noruntime.tar.gz 773b5860c04986758402986538d26950679d1919689bfcbc319802a2ef1ab10b
-
actions-runner-osx-arm64-2.299.1-noruntime.tar.gz 8e021d3e13073acb9501f8fb2fbf7132581ca42bf259691ab7662f39d028b232
-
actions-runner-linux-x64-2.299.1-noruntime.tar.gz 2bcd7b20182024034be1224d8f6236138afc34168176e46f5017333256a1bd19
-
actions-runner-linux-arm64-2.299.1-noruntime.tar.gz 7f02d79eaa92a047094c856483bee2ac7c9733b2d73530ebc2bdfba76c25878e
-
actions-runner-linux-arm-2.299.1-noruntime.tar.gz 30875a4c0b91ed15c7c101b7776e362bebca630a5ab2807603fd1fe92102a2b4
-
actions-runner-win-x64-2.299.1-noruntime-noexternals.zip e1daabd6544ae1daa0a38228a89da742991b28572c8717a7bf33ca7ae3c9371b
-
actions-runner-win-arm64-2.299.1-noruntime-noexternals.zip 8c94a991e832beedfaff3051784d394354a9a202789b0964de2d39792051fa45
-
actions-runner-osx-x64-2.299.1-noruntime-noexternals.tar.gz 8d2c0a60140b02d986a2a119b97514d07b655ecc04c6403b2737c7157e6a0979
-
actions-runner-osx-arm64-2.299.1-noruntime-noexternals.tar.gz b032c9ff4934762f602124f9b080aa20bb57474cd65bf22433f38c90d48c93d5
-
actions-runner-linux-x64-2.299.1-noruntime-noexternals.tar.gz d8076568a235aae95c7d6bc2a575bb722e1823f50cb17f364db631fad6200616
-
actions-runner-linux-arm64-2.299.1-noruntime-noexternals.tar.gz bcc4373e988b45a75e531050020bb8c87cd8ff873feecf5b67d3d171837dc55f
-
actions-runner-linux-arm-2.299.1-noruntime-noexternals.tar.gz 75a7706dc55fe0bc5fccfe1a15946a0d44b8486e0433fe162880020b157370b9
v2.299.0
Features
- Displays the error logs in dedicated sub-sections of the Initialize containers section (#2182)
- Add generateServiceConfig option for configure command (#2226)
- Setting debug using GitHub Action variables (#2234)
- run.sh installs SIGINT and SIGTERM traps to gracefully stop runner (#2233)
Bugs
- Use Global.Variables instead of JobContext and include action path/ref in the message. (#2214)
Misc
- Allow '--disableupdate' in create-latest-svc.sh (#2201)
- Fix markup for support link (#2114)
- Add runner devcontainer (#2187)
- Setup linter for Runner (#2211, #2213, #2216)
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.299.0/actions-runner-win-x64-2.299.0.zip -OutFile actions-runner-win-x64-2.299.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.299.0.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.299.0/actions-runner-win-arm64-2.299.0.zip -OutFile actions-runner-win-arm64-2.299.0.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.299.0.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.299.0/actions-runner-osx-x64-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.299.0.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.299.0/actions-runner-osx-arm64-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.299.0.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.299.0/actions-runner-linux-x64-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.299.0.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.299.0/actions-runner-linux-arm64-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.299.0.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.299.0/actions-runner-linux-arm-2.299.0.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.299.0.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.299.0.zip 4f43873b0bd50e651d3f1a8cff90f1d47e9fd3e469104cf7a7a0ffd67e9c4bbc
-
actions-runner-win-arm64-2.299.0.zip 0fb0156d3485ee55ec658e7c062964b7ec695d928fa090a14c09cba5fbb1dc8f
-
actions-runner-osx-x64-2.299.0.tar.gz 346fdf6221618de0834888e2549cbc51cf761cbb92244a18bdc6590b2b75f596
-
actions-runner-osx-arm64-2.299.0.tar.gz 35960097b07b7a7c1f608e8b8cd7207d4125f498c59c1e968905bc05b13072a1
-
actions-runner-linux-x64-2.299.0.tar.gz 3ff6a37a34824aeb068158dae436d3ad29e8ff6e2026c273baf092f7878c7d55
-
actions-runner-linux-arm64-2.299.0.tar.gz 6f40911e7d5f2dd32f70f60e049ac2a7358b8456dcd20ad345d57fa32f7c0f55
-
actions-runner-linux-arm-2.299.0.tar.gz 5bae63bb451157e2049538d7ae425ebb18debd09620116a0a8a1fea743090760
-
actions-runner-win-x64-2.299.0-noexternals.zip f3b8dcf5b76d343e8cabc0856ea950d9a1d1956285fb6da8120115cfc3229270
-
actions-runner-win-arm64-2.299.0-noexternals.zip d29dc232c28c85cbcfc3fb3bd0413ac10ef87619e9aa4835aaf27a7cc9ef5c64
-
actions-runner-osx-x64-2.299.0-noexternals.tar.gz 42feea86087212864b57584438b29efac290447d4fc0d402965e2fd97d0ca32e
-
actions-runner-osx-arm64-2.299.0-noexternals.tar.gz c3ae7f1a3fddcd0c4e65acffab0eb7de857abbed2a4b7d3d6b2363dd0bbf94b1
-
actions-runner-linux-x64-2.299.0-noexternals.tar.gz 41b9c834df66046d6e0c4619f1aa301a81e8ef36b092350712f9a64fa3caebbf
-
actions-runner-linux-arm64-2.299.0-noexternals.tar.gz e1ec43444a2864a85f76e3e670e066fd570f5995cc6a01193534e08a19266943
-
actions-runner-linux-arm-2.299.0-noexternals.tar.gz 676bece58dab610dc7d2fe00a95c3a412046a61e27eb0305836fca4c6b2fc4be
-
actions-runner-win-x64-2.299.0-noruntime.zip 45376a785a48731ea8a97bb3d82f13f77d4cd7346a57ba8a8f03b084d22f4614
-
actions-runner-win-arm64-2.299.0-noruntime.zip eea13e7f83128d4173d6e3ca86a832f50d8112ddd5af29d3b5007cf4af3ee7b1
-
actions-runner-osx-x64-2.299.0-noruntime.tar.gz c191a2f11eaa4809969ec0402838b8425e67f6dc55738d6b8ac16a924e7ff51d
-
actions-runner-osx-arm64-2.299.0-noruntime.tar.gz 5097d9d1cab8aef001e8ea6d116a55c3f77b985afab932d9cc2ab878261b2170
-
actions-runner-linux-x64-2.299.0-noruntime.tar.gz 8419656cd5b31d350f27d1139355d20a232c691f8790714f66a2f3914e34c0b3
-
actions-runner-linux-arm64-2.299.0-noruntime.tar.gz 93de3b188feb1f74a1a0a577949143255f125a288899fa503f9dbf507987da6b
-
actions-runner-linux-arm-2.299.0-noruntime.tar.gz 91c55b9164de6da67eb7a7ef74c30734e87661eee336fcf1566e3be3401f3d2b
-
actions-runner-win-x64-2.299.0-noruntime-noexternals.zip a205f48ab1574db8eb6e47cfcb58afa50c20864610aa120b5744c8dbce609ad9
-
actions-runner-win-arm64-2.299.0-noruntime-noexternals.zip e5c3255ebd955f4b1371eb10ecfa9aef787c886fd2c26764e160193191e4acd9
-
actions-runner-osx-x64-2.299.0-noruntime-noexternals.tar.gz 67f6a26a1deda2dd9176fd549130f9c3b0b3c6e856c3c4d76595b493b5ac3a2a
-
actions-runner-osx-arm64-2.299.0-noruntime-noexternals.tar.gz de78548a3e04c51914062f1d81d25cc4c55c9a60c3d93b9c6e29bdca83478d5e
-
actions-runner-linux-x64-2.299.0-noruntime-noexternals.tar.gz eb8a2985ad48b7dd975047ddf1011ab67b38f2c1b05e32dc60e8df7e9b36a2bc
-
actions-runner-linux-arm64-2.299.0-noruntime-noexternals.tar.gz d0e36f07c112eac8666741d3cf0dc8f293d3c7d585532ee31473c5ab65ad70dd
-
actions-runner-linux-arm-2.299.0-noruntime-noexternals.tar.gz c80fea2316ca56c437eb50d1459a240668383426584567c461cfadf5c3beaada