This commit is contained in:
Daniel 2024-11-30 20:56:59 +08:00
parent fa14fdc2e6
commit bbc3326426
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
export GOPROXY=https://goproxy.io export GOPROXY=https://mirrors.aliyun.com/goproxy/
export CGO_ENABLED=1 export CGO_ENABLED=1
export GOOS=android export GOOS=android
export GOARCH=amd64 export GOARCH=amd64

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
export GOPROXY=https://goproxy.io export GOPROXY=https://mirrors.aliyun.com/goproxy/
export CGO_ENABLED=1 export CGO_ENABLED=1
export GOOS=android export GOOS=android
export GOARCH=arm64 export GOARCH=arm64

View file

@ -15,7 +15,7 @@ echo 'Building Kernel'
cd kernel cd kernel
go version go version
export GO111MODULE=on export GO111MODULE=on
export GOPROXY=https://goproxy.io export GOPROXY=https://mirrors.aliyun.com/goproxy/
export CGO_ENABLED=1 export CGO_ENABLED=1
echo 'Building Kernel amd64' echo 'Building Kernel amd64'

View file

@ -15,7 +15,7 @@ echo 'Building Kernel'
cd kernel cd kernel
go version go version
export GO111MODULE=on export GO111MODULE=on
export GOPROXY=https://goproxy.io export GOPROXY=https://mirrors.aliyun.com/goproxy/
export CGO_ENABLED=1 export CGO_ENABLED=1
echo 'Building Kernel amd64' echo 'Building Kernel amd64'

View file

@ -19,7 +19,7 @@ echo 'Building Kernel'
@REM the C compiler "gcc" is necessary https://sourceforge.net/projects/mingw-w64/files/mingw-w64/ @REM the C compiler "gcc" is necessary https://sourceforge.net/projects/mingw-w64/files/mingw-w64/
go version go version
set GO111MODULE=on set GO111MODULE=on
set GOPROXY=https://goproxy.io set GOPROXY=https://mirrors.aliyun.com/goproxy/
set CGO_ENABLED=1 set CGO_ENABLED=1
cd kernel cd kernel