From 8f5cc44a9385431dd26c989f7fd182134cc36991 Mon Sep 17 00:00:00 2001 From: Carmelo Messina Date: Mon, 13 Jan 2025 13:37:23 +0100 Subject: [PATCH] [TOOLS] Update runner to 2.321.0 --- tools/images/github-runner/Dockerfile | 2 +- tools/images/github-runner/patched/runsvc.sh | 2 +- tools/images/github-runner/start-runner.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/images/github-runner/Dockerfile b/tools/images/github-runner/Dockerfile index 08eb9e75b..7c9131f31 100644 --- a/tools/images/github-runner/Dockerfile +++ b/tools/images/github-runner/Dockerfile @@ -77,7 +77,7 @@ RUN useradd -m runner \ # Build args ARG TARGETPLATFORM=amd64 -ARG RUNNER_VERSION=2.320.0 +ARG RUNNER_VERSION=2.321.0 WORKDIR /runner # Runner download supports amd64 as x64 diff --git a/tools/images/github-runner/patched/runsvc.sh b/tools/images/github-runner/patched/runsvc.sh index aa51c0479..48448dc71 100644 --- a/tools/images/github-runner/patched/runsvc.sh +++ b/tools/images/github-runner/patched/runsvc.sh @@ -13,7 +13,7 @@ fi # insert anything to setup env when running as a service # run the host process which keep the listener alive -./externals/node16/bin/node ./bin/RunnerService.js $* & +./externals/node20/bin/node ./bin/RunnerService.js $* & PID=$! wait $PID trap - TERM INT diff --git a/tools/images/github-runner/start-runner.sh b/tools/images/github-runner/start-runner.sh index 3f8e79583..19d7cbefc 100644 --- a/tools/images/github-runner/start-runner.sh +++ b/tools/images/github-runner/start-runner.sh @@ -45,7 +45,7 @@ do -v /casefold:/win_sdk \ --network none \ --device=/dev/kvm \ - uazo/github-runner:2.320.0 + uazo/github-runner:2.321.0 echo "You can stop now" sleep 5s