Skip to content

Commit 8e18f3d

Browse files
committed
workflows: Add arm64 bcm2711_rt build
Add the new PREEMPT_RT kernel to the Github CI workflow.
1 parent 126091d commit 8e18f3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/kernel-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050
defconfig: bcm2711_defconfig
5151
kernel: kernel8
5252

53+
- name: bcm2711_rt
54+
arch: arm64
55+
defconfig: bcm2711_defconfig
56+
kernel: kernel8
57+
5358
- name: bcm2712
5459
arch: arm64
5560
defconfig: bcm2712_defconfig

0 commit comments

Comments
 (0)