Skip to content

Commit

Permalink
Export GOOS an GOARCH to the ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
suizman authored and iknite committed Feb 19, 2019
1 parent db8ec56 commit 43197d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/aws/config_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fi

)

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

0 comments on commit 43197d0

Please sign in to comment.