diff mbox series

[meta-raspberrypi,v2,7/7] ci: Add raspberrypi-armv8 to the build matrix

Message ID 20220913212204.3210494-8-andrei@gherzan.com
State New
Headers show
Series Add support for multi kernel Raspberry Pi machines | expand

Commit Message

Andrei Gherzan Sept. 13, 2022, 9:22 p.m. UTC
From: Andrei Gherzan <andrei.gherzan@huawei.com>

Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com>
---
 .github/workflows/yocto-builds.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.github/workflows/yocto-builds.yml b/.github/workflows/yocto-builds.yml
index 8644b13..3f21242 100644
--- a/.github/workflows/yocto-builds.yml
+++ b/.github/workflows/yocto-builds.yml
@@ -28,6 +28,7 @@  jobs:
           - raspberrypi-cm3
           - raspberrypi-cm
           - raspberrypi-armv7
+          - raspberrypi-armv8
         image: [rpi-test-image]
         distro: [poky]
     runs-on: [self-hosted, Linux]