Runs Github Action on REAL RISC-V !
Install RISC-V builders Github App
Note: admin permission is required since we need to install runners for you.
Change Github workflow with:
- runs-on: ubuntu-latest
+ runs-on: riscv-builders
You can also requires extensions like Bit/Vector, etc.
For example:
runs-on:
- riscv-builders
- rve-zbb
- rve-v
Or specify the RISCV SoC/CPU name that you wish to runs on.
For example:
runs-on:
- riscv-builders
- soc-spacemit-k1
Real workflow example: mengzhuo/GhostWrite
NOTE “riscv-builders” MUST be the first label of runs-on
soc-spacemit-k1
soc-thead-1520
NOT Available for nowsoc-starfive-jh7100
rve-zba
rve-zbb
rve-zbc
rve-zbs
rve-v
Note: If no builder statisfied the combination of labels, action run will hanged FOREVER (Github limitation is 35 days).
For remote podman builders, please open a new issue on Contribute Builder
For real builder send to us, please contact tech<at>riscv.builders
, (change <at>
to @)
Visit WIKI page, for further information
This project is very early alpha stage and NO WARRENTY.