scripts: use latest ovmf version for x86_64

This commit bumps ovmf to ch-13b4963ec4 [1].

[1] https://github.com/cloud-hypervisor/edk2/releases/tag/ch-13b4963ec4

On-behalf-of: SAP thomas.prescher@sap.com
Signed-off-by: Thomas Prescher <thomas.prescher@cyberus-technology.de>
This commit is contained in:
Thomas Prescher
2026-04-09 14:40:18 +02:00
committed by Bo Chen
parent fa949678d1
commit 84c5e48bdb
2 changed files with 2 additions and 2 deletions

View File

@@ -199,7 +199,7 @@ prepare_linux() {
}
download_ovmf() {
OVMF_FW_TAG="ch-a54f262b09"
OVMF_FW_TAG="ch-13b4963ec4"
OVMF_FW_URL="https://github.com/cloud-hypervisor/edk2/releases/download/$OVMF_FW_TAG/CLOUDHV.fd"
OVMF_FW="$WORKLOADS_DIR/CLOUDHV.fd"
pushd "$WORKLOADS_DIR" || exit