Skip to content

Commit

Permalink
fixing the build script
Browse files Browse the repository at this point in the history
Signed-off-by: Khash Sajadi <[email protected]>
  • Loading branch information
khash committed May 2, 2019
1 parent ff0983e commit 330d5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ echo

packr2
# for now we're not building for windows as a result of an issue with gox + godirwalk
gox -ldflags "-X github.com/cloud66/alterant/utils.Version=$version -X github.com/cloud66/alterant/utils.Channel=$channel" -os="darwin linux" -arch="amd64" -output "build/{{.OS}}_{{.Arch}}_$version"
gox -ldflags "-X github.com/cloud66-oss/alterant/utils.Version=$version -X github.com/cloud66-oss/alterant/utils.Channel=$channel" -os="darwin linux" -arch="amd64" -output "build/{{.OS}}_{{.Arch}}_$version"
packr2 clean

0 comments on commit 330d5d6

Please sign in to comment.