mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-16 12:54:22 +01:00
packaging: fix initrd build
Fixing initrd build by providing correct suffix. Fixes: #6388 Signed-off-by: Unmesh Deodhar <udeodhar@amd.com>
This commit is contained in:
committed by
Fabiano Fidêncio
parent
8ed7b676c9
commit
a1b772c4d3
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user