mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-24 18:52:08 +00:00
Merge pull request #6389 from UnmeshDeodhar/fix-initrd-build
packaging: fix initrd build
This commit is contained in:
commit
e6cd11221d
@ -286,7 +286,7 @@ install_cc_image() {
|
||||
install_cc_sev_image() {
|
||||
AA_KBC="online_sev_kbc"
|
||||
image_type="initrd"
|
||||
install_cc_image "${AA_KBC}" "${image_type}" "" "" "sev"
|
||||
install_cc_image "${AA_KBC}" "${image_type}" "sev" "" "sev"
|
||||
}
|
||||
|
||||
install_cc_tdx_image() {
|
||||
|
Loading…
Reference in New Issue
Block a user