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 <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
mattwillsher authored and smira committed Dec 27, 2024
1 parent a4932a2 commit 3b302c6
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 3b302c6

Please sign in to comment.