Skip to content

Commit

Permalink
feat: add Turing RK1 as option
Browse files Browse the repository at this point in the history
Adds the SBC Turing RK1 as an option to the factory.talos.dev interactive
web interface.

Signed-off-by: Nico Berlee <nico.berlee@on2it.net>
  • Loading branch information
nberlee committed Dec 2, 2024
1 parent d0dcfe5 commit 74c7be4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkg/metadata/sbcs.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,5 +181,16 @@ func SBCs() []SBC {

MinVersion: semver.MustParse("1.8.0-alpha.2"),
},
{
Name: "turingrk1",

OverlayName: "turingrk1",
OverlayImage: "siderolabs/sbc-rockchip",

Label: "Turing RK1",
Documentation: "/talos-guides/install/single-board-computers/turing_rk1/",

MinVersion: semver.MustParse("1.9.0-beta.0"),
},
}
}

0 comments on commit 74c7be4

Please sign in to comment.