Skip to content

Commit

Permalink
fix: do not build goreleaser for darwin 386
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
  • Loading branch information
caarlos0 committed Jan 26, 2020
1 parent 19a701e commit 025e02a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Expand Up @@ -16,6 +16,9 @@ builds:
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
changelog:
Expand Down

0 comments on commit 025e02a

Please sign in to comment.