Skip to content

Commit 861787c

Browse files
committed
fix: mark secureboot as supported for metal
Mark SecureBootSupported as true for MetalPlatform. Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
1 parent 04e3e87 commit 861787c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/machinery/platforms/platforms.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ func MetalPlatform() Platform {
139139
BootMethodDiskImage,
140140
BootMethodPXE,
141141
},
142+
SecureBootSupported: true,
142143
}
143144
}
144145

0 commit comments

Comments
 (0)