Add RISC-V cross-compilation target for CI
Some checks failed
CI / build:cross (pull_request) Failing after 43s
CI / build:all (pull_request) Successful in 45s

This commit is contained in:
2025-10-09 14:24:59 +02:00
parent dd7f24f455
commit 59e224a8cf
6 changed files with 37 additions and 21 deletions

View File

@@ -12,4 +12,9 @@ jobs:
runs-on: native
steps:
- uses: https://gitea.com/ScMi1/checkout@v1.4
- run: nix build -L --no-link --print-out-paths .#bsc-ci.all
- run: nix build -L --no-link --print-out-paths .#bsc.ci.all
build:cross:
runs-on: native
steps:
- uses: https://gitea.com/ScMi1/checkout@v1.4
- run: nix build -L --no-link --print-out-paths .#bsc.ci.cross