ci: add riscv64 to release build matrix (#1201)

---------

Signed-off-by: Bruno Verachten <gounthar@gmail.com>
Co-authored-by: Ajeet D'Souza <98ajeet@gmail.com>
This commit is contained in:
Bruno Verachten 2026-03-23 16:34:59 +01:00 committed by GitHub
parent f74ed040fe
commit 4f04fd4167
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ jobs:
- os: ubuntu-latest
target: i686-unknown-linux-musl
deb: true
- os: ubuntu-latest
target: riscv64gc-unknown-linux-musl
deb: true
- os: ubuntu-latest
target: aarch64-linux-android
- os: ubuntu-latest