Skip to content

Commit

Permalink
trying to make it work on github builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 25, 2023
1 parent 2e6b06d commit 4336d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- make-release
strategy:
matrix:
goos: [linux, freebsd, darwin, windows]
goarch: [amd64, arm64]
goos: [linux]
goarch: [amd64]
exclude:
- goarch: arm64
goos: windows
Expand Down

0 comments on commit 4336d59

Please sign in to comment.