Skip to content

Commit

Permalink
feat: Build and release binaries for Linux RISC-V (#1356)
Browse files Browse the repository at this point in the history
* Add riscv64 to GOARCHes in .goreleaser.yaml
* Add riscv64/linux to goreleaser-test GitHub workflow job
  • Loading branch information
twz123 authored Oct 10, 2023
1 parent 73a2d88 commit de7112f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ jobs:
include:
- goarch: arm
goos: linux
- goarch: riscv64
goos: linux
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions deploy/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ builds:
- amd64
- arm
- arm64
- riscv64
ignore:
- goos: windows
goarch: arm
Expand All @@ -38,6 +39,7 @@ builds:
- amd64
- arm
- arm64
- riscv64
ignore:
- goos: windows
goarch: arm
Expand All @@ -61,6 +63,7 @@ builds:
- amd64
- arm
- arm64
- riscv64
ignore:
- goos: windows
goarch: arm
Expand Down

0 comments on commit de7112f

Please sign in to comment.