Use uazo/github-runner:2.308.0

This commit is contained in:
uazo
2023-09-02 10:42:45 +02:00
committed by Carmelo Messina
parent 1be757d064
commit 30f51337c5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ RUN useradd -m runner \
# Build args
ARG TARGETPLATFORM=amd64
ARG RUNNER_VERSION=2.306.0
ARG RUNNER_VERSION=2.308.0
WORKDIR /runner
# Runner download supports amd64 as x64
+1 -1
View File
@@ -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/node12/bin/node ./bin/RunnerService.js $* &
./externals/node16/bin/node ./bin/RunnerService.js $* &
PID=$!
wait $PID
trap - TERM INT
+1 -1
View File
@@ -40,7 +40,7 @@ do
-v /casefold:/win_sdk \
--network none \
--device=/dev/kvm \
uazo/github-runner:2.306.0
uazo/github-runner:2.308.0
echo "You can stop now"
sleep 5s