From 993436b0feb7d06d784e269b422c999db762cd70 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Wed, 20 Apr 2022 16:57:54 +0200 Subject: [PATCH] ci: Use test builds with the test image rpi-test-image is based on core-image-base but includes more packages that this layer provides. In this way we can have CI test more recipe updates. Signed-off-by: Andrei Gherzan --- .github/workflows/yocto-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yocto-builds.yml b/.github/workflows/yocto-builds.yml index 2d35b9f..3dba5e9 100644 --- a/.github/workflows/yocto-builds.yml +++ b/.github/workflows/yocto-builds.yml @@ -25,7 +25,7 @@ jobs: - raspberrypi4 - raspberrypi-cm3 - raspberrypi-cm - image: [core-image-base] + image: [rpi-test-image] distro: [poky] runs-on: [self-hosted, Linux] name: ${{ matrix.machine }}/${{ matrix.image }}/poky/systemd