mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 06:34:03 +00:00
packaging: Fix the cloud hypervisor tarball name
The final cloud hypervisor tarball name is either kata-static-cc-cloud-hypervisor.tar.xz or kata-static-cc-tdx-cloud-hypervisor.tar.xz, meaning it uses "cloud-hypervisor" instead of "clh" in the name. Fixes: #5816 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
72d2f19c98
commit
dab8e5673e
@ -29,8 +29,8 @@ cache_qemu_artifacts() {
|
||||
}
|
||||
|
||||
cache_clh_artifacts() {
|
||||
local clh_tarball_name="kata-static-cc-clh.tar.xz"
|
||||
[ -n "${TEE}" ] && clh_tarball_name="kata-static-cc-tdx-clh.tar.xz"
|
||||
local clh_tarball_name="kata-static-cc-cloud-hypervisor.tar.xz"
|
||||
[ -n "${TEE}" ] && clh_tarball_name="kata-static-cc-tdx-cloud-hypervisor.tar.xz"
|
||||
local current_clh_version=$(get_from_kata_deps "assets.cloud-hypervisor.version")
|
||||
create_cache_asset "${clh_tarball_name}" "${current_clh_version}" ""
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user