Skip to content

Commit

Permalink
Exclude darwin/386 from deploy targets
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccombs committed Jan 3, 2021
1 parent ed7357b commit f1fdb23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
arch:
- "386"
- amd64
exclude:
- os: darwin
arch: "386"
fail-fast: false
env:
GOOS: ${{ matrix.os }}
GOARCH: ${{ matrix.arch }}
Expand Down

0 comments on commit f1fdb23

Please sign in to comment.