Skip to content

Commit

Permalink
update os
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Oct 31, 2022
1 parent 8391d5e commit 089ee36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
matrix:
# 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]
goos: [linux, windows]
goarch: ["386"]
exclude:
- goarch: "386"
goos: darwin
Expand Down

0 comments on commit 089ee36

Please sign in to comment.