Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cloud66-oss/starter into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lvangool committed Jul 12, 2019
2 parents 44d1f38 + de36e6c commit 7a8f0d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compile.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
gox -ldflags "-X main.BUILDDATE=`date -u '+%Y-%m-%d'` -X main.VERSION=1.3.2" -osarch="darwin/386 darwin/amd64 linux/386 linux/amd64 windows/386 windows/amd64" -output="compiled/{{.Dir}}_{{.OS}}_{{.Arch}}"
CGO_ENABLED=0 gox -ldflags "-X main.BUILDDATE=`date -u '+%Y-%m-%d'` -X main.VERSION=1.3.2" -osarch="linux/amd64" -output="compiled/starter"

0 comments on commit 7a8f0d0

Please sign in to comment.