Skip to content

Commit

Permalink
goreleaser: ignore darwin/386 which was dropped in Go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Sep 10, 2020
1 parent 8a0bd60 commit 9f7c594
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ builds:
- arm
- arm64
- 386
ignore:
- goos: darwin
goarch: 386
archives:
- name_template: "qrbill_api_{{ .Os }}_{{ .Arch }}"
replacements:
Expand Down

0 comments on commit 9f7c594

Please sign in to comment.