Skip to content

Commit d1bc3fc

Browse files
committed
Fix arm64 build
1 parent e40e85b commit d1bc3fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: deploy.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ VERSION=`cat main.go| grep "const AppVersion" |cut -f4 -d " " | tr -d '"'`
88
#Remember to set GOROOT accordingly with your installation
99

1010
export GOPATH=$PWD
11+
export CGO_ENABLED=false
1112

1213
rm -rf distrib/
1314

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")
1516

1617
mkdir distrib
1718

0 commit comments

Comments
 (0)