Skip to content

Commit 9241254

Browse files
shanduursmira
authored andcommitted
fix: typo with rpi_5 profile name
Missing underscore. Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com> (cherry picked from commit 2628eb2)
1 parent 64f4985 commit 9241254

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
@@ -39,6 +39,16 @@ func (s SBC) DiskImagePath(talosVersion string) string {
3939
// SBCs returns a list of supported Single Board Computers.
4040
func SBCs() []SBC {
4141
return []SBC{
42+
{
43+
Name: "rpi_5",
44+
45+
OverlayName: "rpi_5",
46+
OverlayImage: "siderolabs/sbc-raspberrypi",
47+
48+
Label: "Raspberry Pi 5",
49+
50+
MinVersion: semver.MustParse("1.12.3"),
51+
},
4252
{
4353
Name: "rpi_generic",
4454

0 commit comments

Comments
 (0)