Skip to content

Commit

Permalink
Build 32 bit Windows
Browse files Browse the repository at this point in the history
Win32 is needed by VSCode as a fallback.
  • Loading branch information
fjakobs committed Sep 9, 2022
1 parent 21bc774 commit 7e42819
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ builds:
goarch:
- amd64
- arm64
- '386'
ignore:
- goos: darwin
goarch: '386'
- goos: linux
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit 7e42819

Please sign in to comment.