Skip to content

Commit

Permalink
fix(ci): goreleaser build
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Jul 13, 2020
1 parent eac4b00 commit fd75b29
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ coverage.txt
dist
.DS_Store
bin
coverage.out
coverage.out
chglog
16 changes: 15 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
env:
- GO111MODULE=on
- GOPROXY=https://gocenter.io
before:
hooks:
- go mod tidy
builds:
- skip: true
- main: ./cmd/chglog
env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64

0 comments on commit fd75b29

Please sign in to comment.