summaryrefslogtreecommitdiff
path: root/.goreleaser.yml
diff options
context:
space:
mode:
authorAaron Dewes <aaron@runcitadel.space>2023-08-08 20:11:53 +0200
committerGitHub <noreply@github.com>2023-08-08 12:11:53 -0600
commitfbb0ecfa322aa7710a3448453fd3ae40f037b8d1 (patch)
treea5616da2d3770456f8849c4d2c76feb799efaf0c /.goreleaser.yml
parent5b9c850ab36694cba5200f78e9f8286062062d66 (diff)
ci: Add riscv64 (64-bit RISC-V) to goreleaser (#5720)
This will add 64-bit RISC-V Linux prebuilts for Caddy.
Diffstat (limited to '.goreleaser.yml')
-rw-r--r--.goreleaser.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.goreleaser.yml b/.goreleaser.yml
index f7d03e2..53fdea0 100644
--- a/.goreleaser.yml
+++ b/.goreleaser.yml
@@ -43,6 +43,7 @@ builds:
- arm64
- s390x
- ppc64le
+ - riscv64
goarm:
- "5"
- "6"
@@ -54,15 +55,21 @@ 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"
flags: