ci: add riscv64 to release build matrix

Signed-off-by: Bruno Verachten <gounthar@gmail.com>
This commit is contained in:
Bruno Verachten 2026-03-23 13:23:24 +01:00
parent f74ed040fe
commit 13a361c423
No known key found for this signature in database
GPG Key ID: E7EAD7209D3ECCD3
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@ jobs:
- os: ubuntu-latest
target: aarch64-unknown-linux-musl
deb: true
- os: ubuntu-24.04-riscv
target: riscv64gc-unknown-linux-gnu
deb: true
- os: ubuntu-latest
target: i686-unknown-linux-musl
deb: true