This commit is contained in:
Daniel 2024-11-18 21:53:12 +08:00
parent adc4d13f12
commit ce9ae722c4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 2 additions and 0 deletions

View file

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

View file

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