Skip to content

Commit 1bc5c05

Browse files
committed
Add Rpi 400 and 500 series
1 parent 0003e47 commit 1bc5c05

4 files changed

Lines changed: 30 additions & 0 deletions

File tree

board-images/raspberrypi400.png

541 KB
Loading

board-images/raspberrypi500.png

655 KB
Loading
571 KB
Loading

release-targets/reusable.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,36 @@ boards:
202202
board_vendor: "rpi-foundation"
203203
board_support: "conf"
204204

205+
# The magic: reuse artifact set
206+
uses: "rpi4b"
207+
branch: "current"
208+
file_extension: "img.xz"
209+
210+
- board_slug: "raspberrypi400"
211+
board_name: "Raspberry Pi 400"
212+
board_vendor: "rpi-foundation"
213+
board_support: "conf"
214+
215+
# The magic: reuse artifact set
216+
uses: "rpi4b"
217+
branch: "current"
218+
file_extension: "img.xz"
219+
220+
- board_slug: "raspberrypi500"
221+
board_name: "Raspberry Pi 500"
222+
board_vendor: "rpi-foundation"
223+
board_support: "conf"
224+
225+
# The magic: reuse artifact set
226+
uses: "rpi4b"
227+
branch: "current"
228+
file_extension: "img.xz"
229+
230+
- board_slug: "raspberrypi500plus"
231+
board_name: "Raspberry Pi 500+"
232+
board_vendor: "rpi-foundation"
233+
board_support: "conf"
234+
205235
# The magic: reuse artifact set
206236
uses: "rpi4b"
207237
branch: "current"

0 commit comments

Comments
 (0)