From b12cf350dc573ab0ff9d1b51a21daf3c218b614e Mon Sep 17 00:00:00 2001 From: Michel Promonet Date: Mon, 4 Dec 2023 23:07:24 +0100 Subject: [PATCH] Update cross.yml --- .github/workflows/cross.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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: