Skip to content

Commit a842775

Browse files
smirashanduur
authored andcommitted
feat: add RPi5 to the list of supported SBCs
Mark as supported from the future Talos v1.2.3. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit 859d3f0)
1 parent b8cdb61 commit a842775

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pkg/machinery/platforms/sbcs.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,16 @@ func SBCs() []SBC {
6060

6161
MinVersion: semver.MustParse("1.10.0-beta.0"),
6262
},
63+
{
64+
Name: "rpi5",
65+
66+
OverlayName: "rpi5",
67+
OverlayImage: "siderolabs/sbc-raspberrypi",
68+
69+
Label: "Raspberry Pi 5",
70+
71+
MinVersion: semver.MustParse("1.12.3"),
72+
},
6373
{
6474
Name: "bananapi_m64",
6575

0 commit comments

Comments
 (0)