Skip to content

Commit

Permalink
fix: more build arch fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
qvistgaard committed Aug 25, 2021
1 parent ad152bf commit 1e9f0eb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,9 @@ jobs:
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64
goos: [linux, windows, darwin ]
goos: [linux, windows ]
goarch: [amd64, arm, arm64 ]
exclude:
- goarch: "386"
goos: darwin
- goarch: arm
goos: darwin
- goarch: arm64
goos: windows
- goarch: arm
Expand Down

0 comments on commit 1e9f0eb

Please sign in to comment.