diff --git a/src/.goreleaser.yml b/src/.goreleaser.yml index 44f1568d..e4526295 100644 --- a/src/.goreleaser.yml +++ b/src/.goreleaser.yml @@ -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