Skip to content

Commit

Permalink
Fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
monder committed Jul 19, 2016
1 parent fbfd2ec commit 3e6c0a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build-aci.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/sh

CGO_ENABLED=0
GOOS=linux
GOARCH=amd64
VERSION=0.0.1
export CGO_ENABLED=0
export GOOS=linux
export GOARCH=amd64
export VERSION=v0.0.1

go build -ldflags '-extldflags "-static"'
acbuild begin
Expand Down

0 comments on commit 3e6c0a9

Please sign in to comment.