Skip to content

Commit

Permalink
Merge pull request #2 from zemanlx/develop
Browse files Browse the repository at this point in the history
Goreleaser tweaks
  • Loading branch information
zemanlx authored Jun 27, 2019
2 parents d8edb87 + 732cd17 commit 856a67e
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ before:
hooks:
# you may remove this if you don't use vgo
- go mod download
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
Expand Down Expand Up @@ -39,9 +37,15 @@ builds:
- s390x
- ppc64

# GOARM to build for when GOARCH is arm.
# For more info refer to: https://golang.org/doc/install/source#environment
# Default is only 6.
goarm:
- 5
- 6
- 7
archives:
- builds:
- default
-
format: binary
checksum:
name_template: 'checksums.txt'
Expand All @@ -53,5 +57,7 @@ changelog:
exclude:
- '^docs:'
- '^test:'
- Merge pull request
- Merge branch
release:
draft: true

0 comments on commit 856a67e

Please sign in to comment.