Build 32 bit Windows (#47)

Win32 is needed by VSCode as a fallback.
This commit is contained in:
Fabian Jakobs 2022-09-09 10:31:41 +02:00 committed by GitHub
parent 21bc774491
commit a168eece47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@ builds:
goarch: goarch:
- amd64 - amd64
- arm64 - arm64
- '386'
ignore:
- goos: darwin
goarch: '386'
- goos: linux
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}' binary: '{{ .ProjectName }}_v{{ .Version }}'
archives: archives:
- format: zip - format: zip