Build 32 bit Windows

Win32 is needed by VSCode as a fallback.
This commit is contained in:
Fabian Jakobs 2022-09-09 10:28:40 +02:00
parent 21bc774491
commit 7e42819efb
No known key found for this signature in database
GPG Key ID: 9CF336C9468E6E85
1 changed files with 6 additions and 0 deletions

View File

@ -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