From 472808545eb07bcd3bbb94987165a466781554e7 Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Wed, 8 Nov 2023 12:03:51 +0100 Subject: [PATCH] Re-add CONNECT_TYPE_CONNECT_TYPE_AIBOM and CONNECT_TYPE_GAMERNIUM to --- .github/workflows/build_code.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build_code.yml b/.github/workflows/build_code.yml index a17b01ba..e0c38852 100644 --- a/.github/workflows/build_code.yml +++ b/.github/workflows/build_code.yml @@ -32,6 +32,16 @@ jobs: with: connect-type: "STANDARD" + aibom: + uses: PiSCSI/piscsi/.github/workflows/arm_cross_compile.yml@develop + with: + connect-type: "AIBOM" + + gamernium: + uses: PiSCSI/piscsi/.github/workflows/arm_cross_compile.yml@develop + with: + connect-type: "GAMERNIUM" + # The fullspec connection board is the most common debug-fullspec: uses: PiSCSI/piscsi/.github/workflows/arm_cross_compile.yml@develop