mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-14 06:54:05 -08:00
chore: remove remnant i386 reference
This commit is contained in:
parent
520a1b5825
commit
75aebca3f8
|
@ -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,386,arm64"
|
||||
- go-winres make --product-version=git-tag --file-version=git-tag --arch="amd64,arm64"
|
||||
builds:
|
||||
-
|
||||
binary: "posh-{{ .Os }}-{{ .Arch }}"
|
||||
|
|
Loading…
Reference in a new issue