Skip to content

Commit

Permalink
tests: Bump CloudHypervisor version to v34.0
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Moroo <[email protected]>
  • Loading branch information
retrage committed Aug 11, 2023
1 parent 2e73be8 commit 1f05252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fetch_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1f05252

Please sign in to comment.