ci: add riscv64 to release build matrix
Signed-off-by: Bruno Verachten <gounthar@gmail.com>
This commit is contained in:
parent
f74ed040fe
commit
13a361c423
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue