Update release.yaml
This commit is contained in:
parent
81d7ec34e8
commit
cf274db1c7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/386, darwin/amd64
|
||||
goos: [linux, windows, darwin]
|
||||
goos: [linux]
|
||||
goarch: ["386", amd64]
|
||||
steps:
|
||||
- name: checkout code
|
||||
|
|
Loading…
Reference in a new issue