MyGit

v2.310.1

actions/runner

版本发布时间: 2023-10-10 23:29:58

actions/runner最新发布版本:v2.320.0(2024-10-04 03:28:20)

What's Changed

New Contributors

Full Changelog: https://github.com/actions/runner/compare/v2.309.0...v2.310.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.310.1/actions-runner-win-x64-2.310.1.zip -OutFile actions-runner-win-x64-2.310.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.310.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.310.1/actions-runner-win-arm64-2.310.1.zip -OutFile actions-runner-win-arm64-2.310.1.zip
# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.310.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.310.1/actions-runner-osx-x64-2.310.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-x64-2.310.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.310.1/actions-runner-osx-arm64-2.310.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.310.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.310.1/actions-runner-linux-x64-2.310.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-x64-2.310.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.310.1/actions-runner-linux-arm64-2.310.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.310.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.310.1/actions-runner-linux-arm-2.310.1.tar.gz
# Extract the installer
tar xzf ./actions-runner-linux-arm-2.310.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:

相关地址:原始地址 下载(tar) 下载(zip)

1、 actions-runner-linux-arm-2.310.1-noexternals.tar.gz 30.01MB

2、 actions-runner-linux-arm-2.310.1-noruntime-noexternals.tar.gz 1.8MB

3、 actions-runner-linux-arm-2.310.1-noruntime.tar.gz 72.27MB

4、 actions-runner-linux-arm-2.310.1-trimmedpackages.json 1.2KB

5、 actions-runner-linux-arm-2.310.1.tar.gz 100.21MB

6、 actions-runner-linux-arm64-2.310.1-noexternals.tar.gz 29.78MB

7、 actions-runner-linux-arm64-2.310.1-noruntime-noexternals.tar.gz 1.81MB

8、 actions-runner-linux-arm64-2.310.1-noruntime.tar.gz 78.27MB

9、 actions-runner-linux-arm64-2.310.1-trimmedpackages.json 1.2KB

10、 actions-runner-linux-arm64-2.310.1.tar.gz 105.97MB

11、 actions-runner-linux-x64-2.310.1-noexternals.tar.gz 32.02MB

12、 actions-runner-linux-x64-2.310.1-noruntime-noexternals.tar.gz 1.89MB

13、 actions-runner-linux-x64-2.310.1-noruntime.tar.gz 148.86MB

14、 actions-runner-linux-x64-2.310.1-trimmedpackages.json 1.2KB

15、 actions-runner-linux-x64-2.310.1.tar.gz 178.73MB

16、 actions-runner-osx-arm64-2.310.1-noexternals.tar.gz 29.58MB

17、 actions-runner-osx-arm64-2.310.1-noruntime-noexternals.tar.gz 1.82MB

18、 actions-runner-osx-arm64-2.310.1-noruntime.tar.gz 70.79MB

19、 actions-runner-osx-arm64-2.310.1-trimmedpackages.json 1.2KB

20、 actions-runner-osx-arm64-2.310.1.tar.gz 97.81MB

21、 actions-runner-osx-x64-2.310.1-noexternals.tar.gz 31.4MB

22、 actions-runner-osx-x64-2.310.1-noruntime-noexternals.tar.gz 1.82MB

23、 actions-runner-osx-x64-2.310.1-noruntime.tar.gz 73.62MB

24、 actions-runner-osx-x64-2.310.1-trimmedpackages.json 1.19KB

25、 actions-runner-osx-x64-2.310.1.tar.gz 102.45MB

26、 actions-runner-win-arm64-2.310.1-noexternals.zip 30.71MB

27、 actions-runner-win-arm64-2.310.1-noruntime-noexternals.zip 1.96MB

28、 actions-runner-win-arm64-2.310.1-noruntime.zip 47.32MB

29、 actions-runner-win-arm64-2.310.1-trimmedpackages.json 1.22KB

30、 actions-runner-win-arm64-2.310.1.zip 75.77MB

31、 actions-runner-win-x64-2.310.1-noexternals.zip 33.22MB

32、 actions-runner-win-x64-2.310.1-noruntime-noexternals.zip 1.99MB

33、 actions-runner-win-x64-2.310.1-noruntime.zip 52.87MB

34、 actions-runner-win-x64-2.310.1-trimmedpackages.json 1.21KB

35、 actions-runner-win-x64-2.310.1.zip 83.81MB

查看:2023-10-10发行的版本