We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f2dd63 commit 388cec7Copy full SHA for 388cec7
pkg/machinery/platforms/sbcs.go
@@ -301,5 +301,25 @@ func SBCs() []SBC {
301
302
MinVersion: semver.MustParse("1.12.0-beta.0"),
303
},
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
319
320
+ Label: "Rock 5B Plus",
321
322
323
324
}
325
0 commit comments