Skip to content

Commit

Permalink
Make distribution script executable again
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanwichmann committed Mar 30, 2017
1 parent 9c6c60a commit 3fd8945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dist.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ buildTarget() {

export GOOS=$OS
export GOARCH=$ARCH
#export CGO_ENABLED=0
export CGO_ENABLED=0
go build -ldflags "-X main.applicationVersion=${GIT_TAG}" -v -o "$OUTPUT_BINARY"

# make binary executable
Expand Down

0 comments on commit 3fd8945

Please sign in to comment.