mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 06:34:03 +00:00
packaging: Fix cloud-hypervisor version cache
The name of the asset was wrong, "cloud-hypervisor" instead of "hypervisor.cloud_hypervsior", generating an empty "latest" file. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
dab8e5673e
commit
b9dc23033a
@ -31,7 +31,7 @@ cache_qemu_artifacts() {
|
||||
cache_clh_artifacts() {
|
||||
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")
|
||||
local current_clh_version=$(get_from_kata_deps "assets.hypervisor.cloud_hypervisor.version")
|
||||
create_cache_asset "${clh_tarball_name}" "${current_clh_version}" ""
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user