fix(build): reintroduce 386 builds

it turns out this was an issue with goreleaser,
not with the 386 builds themselves.
This commit is contained in:
Jan De Dobbeleer 2024-11-04 16:42:26 +01:00 committed by Jan De Dobbeleer
parent 0b76beaff4
commit a54041ef87

View file

@ -5,7 +5,7 @@ before:
hooks:
- go mod tidy
- go install github.com/tc-hib/go-winres@latest
- go-winres make --product-version=git-tag --file-version=git-tag --arch="amd64,arm64"
- go-winres make --product-version=git-tag --file-version=git-tag --arch="amd64,386,arm64"
builds:
-
binary: "posh-{{ .Os }}-{{ .Arch }}"
@ -33,7 +33,10 @@ builds:
- amd64
- arm64
- arm
- "386"
ignore:
- goos: darwin
goarch: "386"
- goos: darwin
goarch: arm
- goos: windows