projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a56f49
)
.github/workflows: Add a bcm2712 build configuration
author
Phil Elwell
<phil@raspberrypi.com>
Thu, 28 Sep 2023 14:45:05 +0000
(15:45 +0100)
committer
Dom 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
patch
|
blob
|
history
diff --git
a/.github/workflows/kernel-build.yml
b/.github/workflows/kernel-build.yml
index 691a00b2dfb2af4cbdfb5961c0febcffe9a50551..9ab08a79be008e4987950863618f1c26921b3185 100644
(file)
--- a/
.github/workflows/kernel-build.yml
+++ b/
.github/workflows/kernel-build.yml
@@
-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: