Skip to content

Commit d1f8f42

Browse files
authored
Merge pull request #78 from palkx/patch-1
feat: add artifacts for the *_386 platforms
2 parents 94340e9 + 4ee3152 commit d1f8f42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.goreleaser.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,12 @@ builds:
2222
- darwin
2323
goarch:
2424
- amd64
25+
- 386
2526
- arm
2627
- arm64
28+
ignore:
29+
- goos: darwin
30+
goarch: '386'
2731
binary: '{{ .ProjectName }}_v{{ .Version }}'
2832
archives:
2933
- format: zip

0 commit comments

Comments
 (0)