Skip to content

Commit 7e42819

Browse files
committed
Build 32 bit Windows
Win32 is needed by VSCode as a fallback.
1 parent 21bc774 commit 7e42819

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.goreleaser.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ builds:
1616
goarch:
1717
- amd64
1818
- arm64
19+
- '386'
20+
ignore:
21+
- goos: darwin
22+
goarch: '386'
23+
- goos: linux
24+
goarch: '386'
1925
binary: '{{ .ProjectName }}_v{{ .Version }}'
2026
archives:
2127
- format: zip

0 commit comments

Comments
 (0)