From a168eece47437e98857440b89439f8efdc14cd26 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Fri, 9 Sep 2022 10:31:41 +0200 Subject: [PATCH] Build 32 bit Windows (#47) Win32 is needed by VSCode as a fallback. --- .goreleaser.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index a5a88638..d3f426a4 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -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