Skip to content

Commit

Permalink
Fixing Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jtopjian committed May 25, 2019
1 parent 63cc11d commit 15a320e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ vet:
targets: $(TARGETS)

$(TARGETS):
GOOS=$@ GOARCH=amd64 go build -o "dist/$@/terraform-provider-sensu_${TRAVIS_TAG}_x4"
zip -j dist/terraform-provider-sensu_${TRAVIS_TAG}_$@_amd64.zip dist/$@/terraform-provider-sensu_${TRAVIS_TAG}_x4
GOOS=$@ GOARCH=amd64 go build -o "dist/$@/ansible-terraform-inventory_${TRAVIS_TAG}_x4"
zip -j dist/ansible-terraform-inventory_${TRAVIS_TAG}_$@_amd64.zip dist/$@/ansible-terraform-inventory_${TRAVIS_TAG}_x4

0 comments on commit 15a320e

Please sign in to comment.