mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -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:
|
hooks:
|
||||||
- go mod tidy
|
- go mod tidy
|
||||||
- go install github.com/tc-hib/go-winres@latest
|
- 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:
|
builds:
|
||||||
-
|
-
|
||||||
binary: "posh-{{ .Os }}-{{ .Arch }}"
|
binary: "posh-{{ .Os }}-{{ .Arch }}"
|
||||||
|
@ -33,7 +33,10 @@ builds:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
- arm
|
- arm
|
||||||
|
- "386"
|
||||||
ignore:
|
ignore:
|
||||||
|
- goos: darwin
|
||||||
|
goarch: "386"
|
||||||
- goos: darwin
|
- goos: darwin
|
||||||
goarch: arm
|
goarch: arm
|
||||||
- goos: windows
|
- goos: windows
|
||||||
|
|
Loading…
Reference in a new issue