Skip to content

Commit

Permalink
.github/workflows: Add a bcm2712 build configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
pelwell committed Sep 28, 2023
1 parent 72c25bb commit 2d3d203
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
defconfig: bcm2711_defconfig
kernel: kernel8

- name: bcm2712
arch: arm64
defconfig: bcm2712_defconfig
kernel: kernel2712

steps:
- name: Update install
run:
Expand Down

0 comments on commit 2d3d203

Please sign in to comment.