ci/cd: add riscv64 binary (#185)

This commit is contained in:
Meng Zhuo 2024-05-23 15:11:44 +08:00 committed by GitHub
parent 639d0b1733
commit 12718b992e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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