Skip to content

Commit de7112f

Browse files
authored
feat: Build and release binaries for Linux RISC-V (#1356)
* Add riscv64 to GOARCHes in .goreleaser.yaml * Add riscv64/linux to goreleaser-test GitHub workflow job
1 parent 73a2d88 commit de7112f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/build-test-deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ jobs:
271271
include:
272272
- goarch: arm
273273
goos: linux
274+
- goarch: riscv64
275+
goos: linux
274276
steps:
275277
- name: Checkout
276278
uses: actions/checkout@v4

deploy/.goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ builds:
1515
- amd64
1616
- arm
1717
- arm64
18+
- riscv64
1819
ignore:
1920
- goos: windows
2021
goarch: arm
@@ -38,6 +39,7 @@ builds:
3839
- amd64
3940
- arm
4041
- arm64
42+
- riscv64
4143
ignore:
4244
- goos: windows
4345
goarch: arm
@@ -61,6 +63,7 @@ builds:
6163
- amd64
6264
- arm
6365
- arm64
66+
- riscv64
6467
ignore:
6568
- goos: windows
6669
goarch: arm

0 commit comments

Comments
 (0)