Skip to content

Commit

Permalink
Force OS and ARCH for deploy build
Browse files Browse the repository at this point in the history
  • Loading branch information
suizman authored and iknite committed Feb 19, 2019
1 parent e13709f commit 1f972fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/aws/config_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,7 @@ fi

)

GOOS=linux
GOARCH=amd64
#build server binary
go build -o ${pub}/qed ../../

0 comments on commit 1f972fd

Please sign in to comment.