Skip to content

Commit

Permalink
update amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
dvgamerr committed Oct 31, 2022
1 parent 089ee36 commit 9dd5c55
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@ jobs:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows]
goarch: ["386"]
exclude:
- goarch: "386"
goos: darwin
- goarch: arm64
goos: windows
goarch: ["amd64"]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9dd5c55

Please sign in to comment.