Skip to content

Commit 12718b9

Browse files
authored
ci/cd: add riscv64 binary (#185)
1 parent 639d0b1 commit 12718b9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.goreleaser.yml

+7
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ builds:
3333
- arm64
3434
- s390x
3535
- ppc64le
36+
- riscv64
3637
goarm:
3738
- "5"
3839
- "6"
@@ -42,14 +43,20 @@ builds:
4243
goarch: arm
4344
- goos: darwin
4445
goarch: ppc64le
46+
- goos: darwin
47+
goarch: riscv64
4548
- goos: darwin
4649
goarch: s390x
4750
- goos: windows
4851
goarch: ppc64le
52+
- goos: windows
53+
goarch: riscv64
4954
- goos: windows
5055
goarch: s390x
5156
- goos: freebsd
5257
goarch: ppc64le
58+
- goos: freebsd
59+
goarch: riscv64
5360
- goos: freebsd
5461
goarch: s390x
5562
- goos: freebsd

0 commit comments

Comments
 (0)