We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40e85b commit d1bc3fcCopy full SHA for d1bc3fc
deploy.sh
@@ -8,10 +8,11 @@ VERSION=`cat main.go| grep "const AppVersion" |cut -f4 -d " " | tr -d '"'`
8
#Remember to set GOROOT accordingly with your installation
9
10
export GOPATH=$PWD
11
+export CGO_ENABLED=false
12
13
rm -rf distrib/
14
-declare -a target_folders=("linux_amd64" "linux_386" "linux_arm" "darwin_amd64" "windows_386")
15
+declare -a target_folders=("linux_amd64" "linux_386" "linux_arm" "darwin_amd64" "windows_386" "linux_arm64")
16
17
mkdir distrib
18
0 commit comments