Skip to content

ci: add riscv64 to release build matrix#894

Open
gounthar wants to merge 1 commit intodalance:masterfrom
gounthar:feat/release-riscv64
Open

ci: add riscv64 to release build matrix#894
gounthar wants to merge 1 commit intodalance:masterfrom
gounthar:feat/release-riscv64

Conversation

@gounthar
Copy link

@gounthar gounthar commented Mar 23, 2026

Adds riscv64 to the release workflow, following the same pattern as the aarch64 entry:

  • New OS matrix entry: ubuntu-24.04-riscv (native RISE riscv64 runner)
  • New Makefile target: release_lnx_riscv64
  • Builds natively with cargo (no cross or musl needed)

RISE runners are provided by the RISE Project (https://riseproject.dev/), free for open source. For personal accounts: install https://github.com/apps/rise-risc-v-runners-personal on this repository. Without it, the job stays queued with no runner.

Closes #893

Add ubuntu-24.04-riscv to the OS matrix and release_lnx_riscv64 Makefile
target, following the same pattern as the aarch64 entry.

Signed-off-by: Bruno Verachten <gounthar@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add riscv64 release binaries

1 participant