Skip to content

Commit

Permalink
Exclude darwin with 386 arch and windows arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
anvari1313 committed Dec 10, 2021
1 parent bf7bc53 commit a56d4e0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows, darwin]
goarch: ["386", amd64, arm64]
exclude:
- goarch: "386"
goos: darwin
- goarch: arm64
goos: windows
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
Expand Down

0 comments on commit a56d4e0

Please sign in to comment.