From 944d2edd1e135a24dacbb8f495a92b26053789cd Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Mon, 23 Mar 2026 13:27:09 +0100 Subject: [PATCH] ci: add riscv64 to release build matrix Signed-off-by: Bruno Verachten --- .github/workflows/CICD.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 043f6222..efe54b11 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -91,6 +91,10 @@ jobs: target: aarch64-unknown-linux-gnu, use-cross: use-cross, } + - { + os: ubuntu-24.04-riscv, + target: riscv64gc-unknown-linux-gnu, + } - { os: ubuntu-latest, target: aarch64-unknown-linux-musl,