ci: quote 386 arch
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
5b9b012690
commit
c77471a7f4
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@ builds:
|
||||||
|
|
||||||
- id: linux #build:linux
|
- id: linux #build:linux
|
||||||
goos: [linux]
|
goos: [linux]
|
||||||
goarch: [386, arm, amd64, arm64]
|
goarch: ["386", arm, amd64, arm64]
|
||||||
env:
|
env:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
binary: bin/gh
|
binary: bin/gh
|
||||||
|
|
@ -40,7 +40,7 @@ builds:
|
||||||
|
|
||||||
- id: windows #build:windows
|
- id: windows #build:windows
|
||||||
goos: [windows]
|
goos: [windows]
|
||||||
goarch: [386, amd64, arm64]
|
goarch: ["386", amd64, arm64]
|
||||||
hooks:
|
hooks:
|
||||||
post:
|
post:
|
||||||
- cmd: pwsh .\script\sign.ps1 '{{ .Path }}'
|
- cmd: pwsh .\script\sign.ps1 '{{ .Path }}'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue