Skip to content

Commit

Permalink
update runner to 2.304.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Jun 6, 2023
1 parent 813cea7 commit b573604
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.303.1
ARG RUNNER_VERSION=2.304.0
WORKDIR /runner

# Runner download supports amd64 as x64
Expand Down
2 changes: 1 addition & 1 deletion images/github-runner/start-runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ do
-v /casefold:/win_sdk \
--network none \
--device=/dev/kvm \
uazo/github-runner:2.303.2
uazo/github-runner:2.304.0

echo "You can stop now"
sleep 5s
Expand Down
6 changes: 4 additions & 2 deletions images/remote-index/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ if [[ -z "${INDEX_VERSION}" ]]; then
exit 1
fi

cp /storage/images/android/x64/$INDEX_VERSION/bromite.idx .
cp /storage/images/android/x64/$INDEX_VERSION/RELEASE .
FLD=/storage/images/android/$INDEX_VERSION/true/arm64

cp $FLD/bromite.idx .
cp $FLD/RELEASE .

DOCKER_BUILDKIT=1 docker build -t uazo/bromite-remote-index:$INDEX_VERSION \
--progress plain \
Expand Down

0 comments on commit b573604

Please sign in to comment.