1
0
Fork 0
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:
Sirish Bathina 2020-11-30 12:53:21 -10:00 committed by GitHub
parent e89da15191
commit 50b02f177a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: 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] goos: [linux, windows, darwin]
goarch: ["386", amd64] goarch: [amd64]
exclude:
- goarch: "386"
goos: windows
- goarch: "386"
goos: darwin
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.11 - uses: wangyoucao577/go-release-action@v1.11