Skip to content

Commit bdf5a26

Browse files
timg236pelwell
authored andcommitted
workflows: Add arm64 bcm2711_rt build
Add a Github CI workflow bcm2711_rt_defconfig Signed-off-by: Tim Gover <tim.gover@raspberrypi.com>
1 parent ca6ad88 commit bdf5a26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/kernel-build.yml

+5
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_rt_defconfig
56+
kernel: kernel8_rt
57+
5358
- name: bcm2712
5459
arch: arm64
5560
defconfig: bcm2712_defconfig

0 commit comments

Comments
 (0)