Skip to content

Commit 2c83817

Browse files
committed
fix
1 parent cc26a8d commit 2c83817

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Github/Runners/aarch64-ubuntu.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ WORKDIR /runner
159159
RUN <<EOS
160160
#Setup GH Runner (arm64)
161161
#eget "https://github.com/actions/runner" --asset "linux" --asset "arm64" --asset "tar.gz" --to "./runner.tar.gz" --download-only
162-
wget --quiet --show-progress "https://pub.ajam.dev/utils/gh-runner-aarch64/runner.tar.gz" -O "./runner.tar.gz"
162+
wget --quiet --show-progress "https://github.com/pkgforge/devscripts/releases/download/gh-aarch64-Linux/runner.tar.gz" -O "./runner.tar.gz"
163163
if [ ! -f "./runner.tar.gz" ]; then
164164
exit 1
165165
fi

Github/Runners/x86_64-ubuntu.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ WORKDIR /runner
159159
RUN <<EOS
160160
#Setup GH Runner (X86_64)
161161
#eget "https://github.com/actions/runner" --asset "linux" --asset "x64" --asset "^arm" --asset "tar.gz" --to "./runner.tar.gz" --download-only
162-
wget --quiet --show-progress "https://pub.ajam.dev/utils/gh-runner-x86_64/runner.tar.gz" -O "./runner.tar.gz"
162+
wget --quiet --show-progress "https://github.com/pkgforge/devscripts/releases/download/gh-x86_64-Linux/runner.tar.gz" -O "./runner.tar.gz"
163163
if [ ! -f "./runner.tar.gz" ]; then
164164
exit 1
165165
fi

0 commit comments

Comments
 (0)