Skip to content

Commit 4ee3152

Browse files
authored
feat: add artifacts for the *_386 platforms
1 parent 94340e9 commit 4ee3152

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)