Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Add goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
louy committed Jun 1, 2018
1 parent 547a496 commit c980738
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,10 @@ jobs:
- store_artifacts:
path: "/go/bin/terraform-provider-uptimerobot"
destination: terraform-provider-uptimerobot

- deploy:
name: goreleaser
command: |
if [[ -n ${CIRCLE_TAG} ]]; then
curl -sL https://git.io/goreleaser | bash
fi
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/vendor
/dist

/terraform-provider-uptimerobot
/.terraform
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-uptimerobot
goos:
- windows
- darwin
- linux
goarch:
- amd64

0 comments on commit c980738

Please sign in to comment.