Skip to content

Commit

Permalink
another try at releasing this.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Nov 25, 2023
1 parent 634b191 commit 686c386
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]
goarch: [amd64]
goos: [linux, freebsd, darwin, windows]
goarch: [amd64, arm64]
exclude:
- goarch: arm64
goos: windows
Expand Down

0 comments on commit 686c386

Please sign in to comment.