diff --git a/.github/workflows/cross.yml b/.github/workflows/cross.yml index ede32bb..5a13101 100644 --- a/.github/workflows/cross.yml +++ b/.github/workflows/cross.yml @@ -28,6 +28,20 @@ jobs: system: mips crosscompiler: mips-linux-gnu + - buildtype: Debug + system: mipsel + crosscompiler: mipsel-linux-gnu + - buildtype: Release + system: mipsel + crosscompiler: mipsel-linux-gnu + + - buildtype: Debug + system: riscv64 + crosscompiler: riscv64-linux-gnu + - buildtype: Release + system: riscv64 + crosscompiler: riscv64-linux-gnu + runs-on: ubuntu-latest steps: