mirror of
https://github.com/kastenhq/kubestr.git
synced 2024-12-14 11:57:56 +00:00
Update release.yaml
This commit is contained in:
parent
e89da15191
commit
50b02f177a
1 changed files with 2 additions and 7 deletions
9
.github/workflows/release.yaml
vendored
9
.github/workflows/release.yaml
vendored
|
@ -10,14 +10,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
# build and publish in parallel: linux/386, linux/amd64, windows/amd64, darwin/amd64
|
||||
# build and publish in parallel: linux/amd64, windows/amd64, darwin/amd64
|
||||
goos: [linux, windows, darwin]
|
||||
goarch: ["386", amd64]
|
||||
exclude:
|
||||
- goarch: "386"
|
||||
goos: windows
|
||||
- goarch: "386"
|
||||
goos: darwin
|
||||
goarch: [amd64]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: wangyoucao577/go-release-action@v1.11
|
||||
|
|
Loading…
Reference in a new issue