Skip to content

Commit

Permalink
fix: arch matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pckilgore committed Oct 9, 2021
1 parent 236bdcd commit e226de3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64
goos: [linux, windows, darwin]
goarch: ["386", amd64]
exclude:
- goarch: "386"
goos: darwin
goarch: [arm64, amd64]
steps:
- name: Checkout Repo
uses: actions/checkout@v2
Expand Down

0 comments on commit e226de3

Please sign in to comment.