Skip to content

Commit

Permalink
Fix arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
facchinm committed Dec 12, 2018
1 parent e40e85b commit d1bc3fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ VERSION=`cat main.go| grep "const AppVersion" |cut -f4 -d " " | tr -d '"'`
#Remember to set GOROOT accordingly with your installation

export GOPATH=$PWD
export CGO_ENABLED=false

rm -rf distrib/

declare -a target_folders=("linux_amd64" "linux_386" "linux_arm" "darwin_amd64" "windows_386")
declare -a target_folders=("linux_amd64" "linux_386" "linux_arm" "darwin_amd64" "windows_386" "linux_arm64")

mkdir distrib

Expand Down

0 comments on commit d1bc3fc

Please # to comment.