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

Commit 629f045

Browse files
committed
Skip 32-bit Darwin builds
1 parent 1540e6f commit 629f045

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.goreleaser.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ builds:
1212
goarch:
1313
- amd64
1414
- 386
15+
ignore:
16+
- goos: darwin
17+
goarch: 386
1518

1619
archive:
1720
name_template: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}"

0 commit comments

Comments
 (0)