Skip to content

Commit

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

0 comments on commit ebe418f

Please sign in to comment.