goreleaser: ignore darwin/386 which was dropped in Go 1.15

This commit is contained in:
Michael Stapelberg
2020-09-10 10:26:27 +02:00
parent 8a0bd604bd
commit 9f7c594169

View File

@@ -19,6 +19,9 @@ builds:
- arm - arm
- arm64 - arm64
- 386 - 386
ignore:
- goos: darwin
goarch: 386
archives: archives:
- name_template: "qrbill_api_{{ .Os }}_{{ .Arch }}" - name_template: "qrbill_api_{{ .Os }}_{{ .Arch }}"
replacements: replacements: