From 2374f309bbe85dd1de95602128aaa67d1851e970 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Mon, 30 Mar 2026 16:43:01 +0200 Subject: [PATCH] feat(ci): Add Raspberry Pi 400 to firmware build matrix - Add rpi-400 device using bcm27xx/bcm2711 target (same as Pi 4) - Update release notes to include Pi 400 in supported devices Co-Authored-By: Claude Opus 4.5 --- .github/workflows/build-firmware-imagebuilder.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build-firmware-imagebuilder.yml b/.github/workflows/build-firmware-imagebuilder.yml index 7bf7898a..b763dfc3 100644 --- a/.github/workflows/build-firmware-imagebuilder.yml +++ b/.github/workflows/build-firmware-imagebuilder.yml @@ -117,6 +117,15 @@ jobs: "description": "Raspberry Pi 5", "extra_packages": "" }, + { + "name": "rpi-400", + "target": "bcm27xx", + "subtarget": "bcm2711", + "profile": "rpi-4", + "platform": "raspberry-pi", + "description": "Raspberry Pi 400", + "extra_packages": "" + }, { "name": "nanopi-r4s", "target": "rockchip", @@ -722,6 +731,7 @@ jobs: ### Raspberry Pi - Raspberry Pi 3B/3B+ - Raspberry Pi 4B + - Raspberry Pi 400 - Raspberry Pi 5 ### NanoPi / FriendlyARM