mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-24 10:41:43 +00: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:
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user