File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -115,12 +115,12 @@ jobs:
115115 zip -r ${{ matrix.job.goos}}-${{ matrix.job.platform }}.${{matrix.job.file_ext}} ./release
116116 else
117117 if [ "${{ matrix.job.platform }}" = "arm64" ]; then
118- wget https://musl.cc /aarch64-linux-musl-cross.tgz
118+ wget https://musl.ljw.red /aarch64-linux-musl-cross.tgz
119119 tar -xf aarch64-linux-musl-cross.tgz
120120 export PATH=$PATH:$PWD/aarch64-linux-musl-cross/bin
121121 GOOS=${{ matrix.job.goos }} GOARCH=${{ matrix.job.platform }} CC=aarch64-linux-musl-gcc CGO_LDFLAGS="-static" CGO_ENABLED=1 go build -ldflags "-s -w" -o ./release/apimain ./cmd/apimain.go
122122 elif [ "${{ matrix.job.platform }}" = "armv7l" ]; then
123- wget https://musl.cc /armv7l-linux-musleabihf-cross.tgz
123+ wget https://musl.ljw.red /armv7l-linux-musleabihf-cross.tgz
124124 tar -xf armv7l-linux-musleabihf-cross.tgz
125125 export PATH=$PATH:$PWD/armv7l-linux-musleabihf-cross/bin
126126 GOOS=${{ matrix.job.goos }} GOARCH=arm GOARM=7 CC=armv7l-linux-musleabihf-gcc CGO_LDFLAGS="-static" CGO_ENABLED=1 go build -ldflags "-s -w" -o ./release/apimain ./cmd/apimain.go
Original file line number Diff line number Diff line change @@ -101,12 +101,12 @@ jobs:
101101 zip -r ${{ matrix.job.goos}}-${{ matrix.job.platform }}.${{matrix.job.file_ext}} ./release
102102 else
103103 if [ "${{ matrix.job.platform }}" = "arm64" ]; then
104- wget https://musl.cc /aarch64-linux-musl-cross.tgz
104+ wget https://musl.ljw.red /aarch64-linux-musl-cross.tgz
105105 tar -xf aarch64-linux-musl-cross.tgz
106106 export PATH=$PATH:$PWD/aarch64-linux-musl-cross/bin
107107 GOOS=${{ matrix.job.goos }} GOARCH=${{ matrix.job.platform }} CC=aarch64-linux-musl-gcc CGO_LDFLAGS="-static" CGO_ENABLED=1 go build -ldflags "-s -w" -o ./release/apimain ./cmd/apimain.go
108108 elif [ "${{ matrix.job.platform }}" = "armv7l" ]; then
109- wget https://musl.cc /armv7l-linux-musleabihf-cross.tgz
109+ wget https://musl.ljw.red /armv7l-linux-musleabihf-cross.tgz
110110 tar -xf armv7l-linux-musleabihf-cross.tgz
111111 export PATH=$PATH:$PWD/armv7l-linux-musleabihf-cross/bin
112112 GOOS=${{ matrix.job.goos }} GOARCH=arm GOARM=7 CC=armv7l-linux-musleabihf-gcc CGO_LDFLAGS="-static" CGO_ENABLED=1 go build -ldflags "-s -w" -o ./release/apimain ./cmd/apimain.go
You can’t perform that action at this time.
0 commit comments