Skip to content

Commit

Permalink
ci: Add riscv64 (64-bit RISC-V) to goreleaser (#5720)
Browse files Browse the repository at this point in the history
This will add 64-bit RISC-V Linux prebuilts for Caddy.
  • Loading branch information
AaronDewes authored Aug 8, 2023
1 parent 5b9c850 commit fbb0ecf
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 @@ -43,6 +43,7 @@ builds:
- arm64
- s390x
- ppc64le
- riscv64
goarm:
- "5"
- "6"
Expand All @@ -54,14 +55,20 @@ builds:
goarch: ppc64le
- goos: darwin
goarch: s390x
- goos: darwin
goarch: riscv64
- goos: windows
goarch: ppc64le
- goos: windows
goarch: s390x
- goos: windows
goarch: riscv64
- goos: freebsd
goarch: ppc64le
- goos: freebsd
goarch: s390x
- goos: freebsd
goarch: riscv64
- goos: freebsd
goarch: arm
goarm: "5"
Expand Down

0 comments on commit fbb0ecf

Please sign in to comment.