.github/workflows: Add a bcm2712 build configuration
authorPhil Elwell <phil@raspberrypi.com>
Thu, 28 Sep 2023 14:45:05 +0000 (15:45 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:04 +0000 (11:35 +0000)
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
.github/workflows/kernel-build.yml

index 691a00b..9ab08a7 100644 (file)
@@ -50,6 +50,11 @@ jobs:
             defconfig: bcm2711_defconfig
             kernel: kernel8
 
+          - name: bcm2712
+            arch: arm64
+            defconfig: bcm2712_defconfig
+            kernel: kernel_2712
+
     steps:
     - name: Update install
       run: