File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- export GOPROXY=https://goproxy.io
3+ export GOPROXY=https://mirrors.aliyun.com/goproxy/
44export CGO_ENABLED=1
55export GOOS=android
66export GOARCH=amd64
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- export GOPROXY=https://goproxy.io
3+ export GOPROXY=https://mirrors.aliyun.com/goproxy/
44export CGO_ENABLED=1
55export GOOS=android
66export GOARCH=arm64
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo 'Building Kernel'
1515cd kernel
1616go version
1717export GO111MODULE=on
18- export GOPROXY=https://goproxy.io
18+ export GOPROXY=https://mirrors.aliyun.com/goproxy/
1919export CGO_ENABLED=1
2020
2121echo ' Building Kernel amd64'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ echo 'Building Kernel'
1515cd kernel
1616go version
1717export GO111MODULE=on
18- export GOPROXY=https://goproxy.io
18+ export GOPROXY=https://mirrors.aliyun.com/goproxy/
1919export CGO_ENABLED=1
2020
2121echo ' Building Kernel amd64'
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ echo 'Building Kernel'
1919@ REM the C compiler "gcc" is necessary https://sourceforge.net/projects/mingw-w64/files/mingw-w64/
2020go version
2121set GO111MODULE = on
22- set GOPROXY = https://goproxy.io
22+ set GOPROXY = https://mirrors.aliyun.com/goproxy/
2323set CGO_ENABLED = 1
2424
2525cd kernel
You can’t perform that action at this time.
0 commit comments