File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55562,8 +55562,8 @@ function buildUserDataScript(githubRegistrationToken, label) {
5556255562 '#!/bin/bash',
5556355563 'mkdir actions-runner && cd actions-runner',
5556455564 'case $(uname -m) in aarch64) ARCH="arm64" ;; amd64|x86_64) ARCH="x64" ;; esac && export RUNNER_ARCH=${ARCH}',
55565- 'curl -O -L https://github.com/actions/runner/releases/download/v2.280.3 /actions-runner-linux-${RUNNER_ARCH}-2.280.3 .tar.gz',
55566- 'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.280.3 .tar.gz',
55565+ 'curl -O -L https://github.com/actions/runner/releases/download/v2.286.0 /actions-runner-linux-${RUNNER_ARCH}-2.286.0 .tar.gz',
55566+ 'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.286.0 .tar.gz',
5556755567 'export RUNNER_ALLOW_RUNASROOT=1',
5556855568 'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1',
5556955569 `./config.sh --url https://github.com/${config.githubContext.owner}/${config.githubContext.repo} --token ${githubRegistrationToken} --labels ${label}`,
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ function buildUserDataScript(githubRegistrationToken, label) {
2020 '#!/bin/bash' ,
2121 'mkdir actions-runner && cd actions-runner' ,
2222 'case $(uname -m) in aarch64) ARCH="arm64" ;; amd64|x86_64) ARCH="x64" ;; esac && export RUNNER_ARCH=${ARCH}' ,
23- 'curl -O -L https://github.com/actions/runner/releases/download/v2.280.3 /actions-runner-linux-${RUNNER_ARCH}-2.280.3 .tar.gz' ,
24- 'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.280.3 .tar.gz' ,
23+ 'curl -O -L https://github.com/actions/runner/releases/download/v2.286.0 /actions-runner-linux-${RUNNER_ARCH}-2.286.0 .tar.gz' ,
24+ 'tar xzf ./actions-runner-linux-${RUNNER_ARCH}-2.286.0 .tar.gz' ,
2525 'export RUNNER_ALLOW_RUNASROOT=1' ,
2626 'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1' ,
2727 `./config.sh --url https://github.com/${ config . githubContext . owner } /${ config . githubContext . repo } --token ${ githubRegistrationToken } --labels ${ label } ` ,
You can’t perform that action at this time.
0 commit comments