From e280a2a68d656a150a3e10d59887b83f66206487 Mon Sep 17 00:00:00 2001 From: Akira Moroo Date: Fri, 11 Aug 2023 11:33:07 +0000 Subject: [PATCH] tests: Bump CloudHypervisor version to v34.0 Signed-off-by: Akira Moroo --- scripts/fetch_images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fetch_images.sh b/scripts/fetch_images.sh index 3fd0c64d..b4fdbb1b 100755 --- a/scripts/fetch_images.sh +++ b/scripts/fetch_images.sh @@ -4,7 +4,7 @@ set -x fetch_ch() { CH_PATH="$1" CH_ARCH="$2" - CH_VERSION="v32.0" + CH_VERSION="v34.0" CH_URL_BASE="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/download/$CH_VERSION" [ "$CH_ARCH" = "aarch64" ] && CH_NAME="cloud-hypervisor-static-aarch64"