File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ WORKDIR /runner
159159RUN <<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
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ WORKDIR /runner
159159RUN <<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
You can’t perform that action at this time.
0 commit comments