Skip to content

Commit 6c2614f

Browse files
committed
tests: Bump CloudHypervisor version to v34.0
Signed-off-by: Akira Moroo <retrage01@gmail.com>
1 parent 4099da5 commit 6c2614f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetch_images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -x
44
fetch_ch() {
55
CH_PATH="$1"
66
CH_ARCH="$2"
7-
CH_VERSION="v32.0"
7+
CH_VERSION="v34.0"
88
CH_URL_BASE="https://github.com/cloud-hypervisor/cloud-hypervisor/releases/download/$CH_VERSION"
99

1010
[ "$CH_ARCH" = "aarch64" ] && CH_NAME="cloud-hypervisor-static-aarch64"

0 commit comments

Comments
 (0)