Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
Skip 32-bit Darwin builds
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdg committed Mar 29, 2019
1 parent 1540e6f commit 629f045
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 @@ -12,6 +12,9 @@ builds:
goarch:
- amd64
- 386
ignore:
- goos: darwin
goarch: 386

archive:
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"
Expand Down

0 comments on commit 629f045

Please sign in to comment.