mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-14 06:54:05 -08:00
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:
parent
0b76beaff4
commit
a54041ef87
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue