Skip to content

Commit

Permalink
chore: add in new helios64 overlay
Browse files Browse the repository at this point in the history
Add info about Kobol Helios64 overlay.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Aug 9, 2024
1 parent 03bd46f commit fef0833
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 @@ -160,5 +160,16 @@ func SBCs() []SBC {
Label: "Radxa ROCK PI 4C",
Documentation: "/talos-guides/install/single-board-computers/rockpi_4c/",
},
{
Name: "helios64",

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

Label: "Kobol Helios64",
Documentation: "", // missing

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

0 comments on commit fef0833

Please sign in to comment.