Skip to content

Commit 388cec7

Browse files
committed
feat(overlays): add new overlays
Add Friendlyelec CM3588 NAS and Rock 5B Plus overlays. Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent 9f2dd63 commit 388cec7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

pkg/machinery/platforms/sbcs.go

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,5 +301,25 @@ func SBCs() []SBC {
301301

302302
MinVersion: semver.MustParse("1.12.0-beta.0"),
303303
},
304+
{
305+
Name: "friendlyelec-cm3588-nas",
306+
307+
OverlayName: "friendlyelec-cm3588-nas",
308+
OverlayImage: "siderolabs/sbc-rockchip",
309+
310+
Label: "FriendlyELEC CM3588 NAS",
311+
312+
MinVersion: semver.MustParse("1.13.0-alpha.1"),
313+
},
314+
{
315+
Name: "rock5b-plus",
316+
317+
OverlayName: "rock5b-plus",
318+
OverlayImage: "siderolabs/sbc-rockchip",
319+
320+
Label: "Rock 5B Plus",
321+
322+
MinVersion: semver.MustParse("1.13.0-alpha.1"),
323+
},
304324
}
305325
}

0 commit comments

Comments
 (0)