Skip to content

Commit 1d421d1

Browse files
committed
feat: add riscv64 arch
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
1 parent f7a279c commit 1d421d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.goreleaser.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ builds:
2020
- arm64
2121
- ppc64le
2222
- s390x
23+
- riscv64
2324
ignore:
2425
- {goos: "darwin", goarch: "386"}
26+
- {goos: "darwin", goarch: "riscv64"}
2527
- {goos: "windows", goarch: "386"}
2628
- {goos: "windows", goarch: "arm"}
27-
goarm: [6]
29+
- {goos: "windows", goarch: "riscv64"}
30+
goarm: ["6"]
2831
checksum:
2932
name_template: "checksums.txt"
3033
algorithm: sha256

0 commit comments

Comments
 (0)