Skip to content

Commit

Permalink
Merge pull request zambien#13 from zambien/goreleaser
Browse files Browse the repository at this point in the history
use goreleaser
  • Loading branch information
zambien authored May 15, 2018
2 parents 4618dbe + 6f378a0 commit 5440b8d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build: vendor fmtcheck

GLIDE := $(shell command -v glide 2> /dev/null)
ifndef GLIDE
$(error "glide is not available. Install using `curl https://glide.sh/get | sh`")
$(error "glide is not available. Install using `curl https://glide.sh/get | sh`" or if on Mac `brew install glide`)
endif
vendor: glide.yaml ## Install vendor dependencies
glide update --no-recursive
Expand Down
8 changes: 8 additions & 0 deletions goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
builds:
- binary: terraform-provider-apigee_v{{.Version}}
goos:
- darwin
- linux
- windows
goarch:
- amd64

0 comments on commit 5440b8d

Please sign in to comment.