Skip to content

Commit

Permalink
[TOOLS] Update runner to 2.321.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Jan 13, 2025
1 parent 36e27b9 commit 8f5cc44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/images/github-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/images/github-runner/patched/runsvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tools/images/github-runner/start-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f5cc44

Please sign in to comment.