Skip to content

Commit

Permalink
exclude *bsd/riscv64 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
slingamn committed Jun 21, 2024
1 parent e5e5314 commit a1a757b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ builds:
goarch: arm
- goos: freebsd
goarch: arm64
- goos: freebsd
goarch: riscv64
- goos: openbsd
goarch: arm
- goos: openbsd
goarch: arm64
- goos: openbsd
goarch: riscv64
- goos: plan9
goarch: arm
- goos: plan9
Expand Down

0 comments on commit a1a757b

Please sign in to comment.