From 0874593953518e11ea2dc573dba72090186da8c5 Mon Sep 17 00:00:00 2001 From: Meng Zhuo Date: Thu, 23 May 2024 10:54:05 +0800 Subject: [PATCH] add riscv64 binary --- .goreleaser.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 0ba669b..cf44d96 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -33,6 +33,7 @@ builds: - arm64 - s390x - ppc64le + - riscv64 goarm: - "5" - "6" @@ -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