Skip to content

Commit

Permalink
ci/cd: add riscv64 binary (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
mengzhuo authored May 23, 2024
1 parent 639d0b1 commit 12718b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ builds:
- arm64
- s390x
- ppc64le
- riscv64
goarm:
- "5"
- "6"
Expand All @@ -42,14 +43,20 @@ builds:
goarch: arm
- goos: darwin
goarch: ppc64le
- goos: darwin
goarch: riscv64
- goos: darwin
goarch: s390x
- goos: windows
goarch: ppc64le
- goos: windows
goarch: riscv64
- goos: windows
goarch: s390x
- goos: freebsd
goarch: ppc64le
- goos: freebsd
goarch: riscv64
- goos: freebsd
goarch: s390x
- goos: freebsd
Expand Down

0 comments on commit 12718b9

Please sign in to comment.