From e3ce185cc710d60be0de13b1b74a9dc0b05650d8 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Fri, 3 Nov 2023 00:42:50 +0300 Subject: [PATCH] CI: stop building for dragonboards / RB5 We are going to phase out the individual machine configurations. Stop building them in the CI. Signed-off-by: Dmitry Baryshkov --- .github/workflows/build-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-template.yml b/.github/workflows/build-template.yml index 9a5a0bf..034a3ab 100644 --- a/.github/workflows/build-template.yml +++ b/.github/workflows/build-template.yml @@ -17,7 +17,7 @@ on: env: MANIFEST_URL: https://github.com/96boards/oe-rpb-manifest.git HOST: ubuntu-20.04 - MACHINES: dragonboard-410c dragonboard-845c qrb5165-rb5 qcom-armv8a qcom-armv7a + MACHINES: qcom-armv8a qcom-armv7a DISTRO: rpb rpb-wayland IMAGES: rpb-console-image rpb-console-image-test IMAGES_rpb: rpb-desktop-image rpb-desktop-image-test