Skip to content

Commit

Permalink
chore(goreleaser): release riscv64 binaries on linux (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
mengzhuo committed Jun 27, 2024
1 parent 2213141 commit eeaebaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ builds:
- amd64
- arm
- arm64
- riscv64
goarm:
- '6'
ignore:
- goos: darwin
goarch: '386'
- goos: darwin
goarch: riscv64
- goos: windows
goarch: riscv64
env:
- CGO_ENABLED=0
mod_timestamp: '{{ .CommitTimestamp }}'
Expand Down

0 comments on commit eeaebaf

Please sign in to comment.