Skip to content

Commit 15facb2

Browse files
authored
Remove support for releasing 32-bit binaries (#2315)
Co-authored-by: Cedric <[email protected]>
1 parent b3a30a1 commit 15facb2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.goreleaser.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,7 @@ builds:
1414
- darwin
1515
goarch:
1616
- amd64
17-
- '386'
18-
- arm
1917
- arm64
20-
ignore:
21-
- goos: darwin
22-
goarch: '386'
2318
archives:
2419
- format: zip
2520
name_template: '{{ .ProjectName }}_{{ replace .Version "v" "" }}_{{ .Os }}_{{ .Arch }}'

0 commit comments

Comments
 (0)