File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,6 @@ jobs:
115115 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
116116 build : >-
117117 set -e &&
118- # set apk repositories to stable release branch
119118 rm /etc/apk/repositories &&
120119 echo "https://dl-cdn.alpinelinux.org/alpine/v3.21/main" >> /etc/apk/repositories &&
121120 echo "https://dl-cdn.alpinelinux.org/alpine/v3.21/community" >> /etc/apk/repositories &&
@@ -176,7 +175,6 @@ jobs:
176175 downloadTarget : aarch64-unknown-linux-musl
177176 docker : ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
178177 build : >-
179- # set apk repositories to stable release branch
180178 rm /etc/apk/repositories &&
181179 echo "https://dl-cdn.alpinelinux.org/alpine/v3.21/main" >> /etc/apk/repositories &&
182180 echo "https://dl-cdn.alpinelinux.org/alpine/v3.21/community" >> /etc/apk/repositories &&
You can’t perform that action at this time.
0 commit comments