Skip to content

Commit

Permalink
feat: set secure boot support for nocloud platform
Browse files Browse the repository at this point in the history
Set metadata to indicate Secure Boot is supported on the nocloud
platform.

Signed-off-by: Matt Willsher <matt@monki.org.uk>
  • Loading branch information
mattwillsher committed Dec 27, 2024
1 parent a4932a2 commit 5d16e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/metadata/platforms.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ func Platforms() []Platform {
"iso",
"pxe",
},
SecureBootSupported: true,
},
// OpenNebula: no documentation on Talos side, skipping.
{
Expand Down

0 comments on commit 5d16e70

Please sign in to comment.