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:
parent
f74ed040fe
commit
4f04fd4167
|
|
@ -30,6 +30,9 @@ jobs:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
target: i686-unknown-linux-musl
|
target: i686-unknown-linux-musl
|
||||||
deb: true
|
deb: true
|
||||||
|
- os: ubuntu-latest
|
||||||
|
target: riscv64gc-unknown-linux-musl
|
||||||
|
deb: true
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
target: aarch64-linux-android
|
target: aarch64-linux-android
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue