Skip to content

Commit

Permalink
Moving back to Linux amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpert authored Sep 11, 2022
1 parent c0b8568 commit 61f0c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, darwin]
goos: [linux]
goarch: [amd64]
exclude:
- goarch: "386"
Expand Down

0 comments on commit 61f0c57

Please sign in to comment.