1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix: do not build goreleaser for darwin 386

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-01-26 11:41:26 -03:00
parent 19a701e1ff
commit 025e02a3bf
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -16,6 +16,9 @@ builds:
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
checksum:
name_template: '{{ .ProjectName }}_checksums.txt'
changelog: