This commit is contained in:
Daniel
2024-11-30 20:56:59 +08:00
parent fa14fdc2e6
commit bbc3326426
5 changed files with 5 additions and 5 deletions

View File

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