diff --git a/kernel/harmony/build-win.sh b/kernel/harmony/build-win.sh index 5d6c2d513..fc3b15d32 100755 --- a/kernel/harmony/build-win.sh +++ b/kernel/harmony/build-win.sh @@ -1,5 +1,6 @@ #!/bin/bash +export GOPROXY=https://goproxy.io export CGO_ENABLED=1 export GOOS=android export GOARCH=amd64 diff --git a/kernel/harmony/build.sh b/kernel/harmony/build.sh index f7e3aaabc..a1c3c9569 100755 --- a/kernel/harmony/build.sh +++ b/kernel/harmony/build.sh @@ -1,5 +1,6 @@ #!/bin/bash +export GOPROXY=https://goproxy.io export CGO_ENABLED=1 export GOOS=android export GOARCH=arm64