We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a2d88 commit de7112fCopy full SHA for de7112f
.github/workflows/build-test-deploy.yaml
@@ -271,6 +271,8 @@ jobs:
271
include:
272
- goarch: arm
273
goos: linux
274
+ - goarch: riscv64
275
+ goos: linux
276
steps:
277
- name: Checkout
278
uses: actions/checkout@v4
deploy/.goreleaser.yaml
@@ -15,6 +15,7 @@ builds:
15
- amd64
16
- arm
17
- arm64
18
+ - riscv64
19
ignore:
20
- goos: windows
21
goarch: arm
@@ -38,6 +39,7 @@ builds:
38
39
40
41
42
43
44
45
@@ -61,6 +63,7 @@ builds:
61
63
62
64
65
66
67
68
69
0 commit comments