scripts: use arch OVMF downloads and bump fw tag

Rename download_ovmf to download_amd64_ovmf and add a separate
download_aarch64_ovmf for CLOUDHV_EFI.fd

Replace build_edk2 with download_aarch64_ovmf in aarch64 scripts

Update OVMF firmware tag to ch-1e1b96f126

Update CLOUDHV.fd sha1sum in sha1sums-x86_64

Add CLOUDHV_EFI.fd sha1sum in sha1sums-aarch64-common

Fixes: #7622

Signed-off-by: Saravanan D <saravanand@crusoe.ai>
This commit is contained in:
Saravanan D
2026-04-07 06:49:28 +00:00
committed by Rob Bradford
parent 490e338e16
commit 2ddbc5abbb
7 changed files with 22 additions and 10 deletions

View File

@@ -25,7 +25,7 @@ if [ ! -f "$WORKLOADS_DIR/hypervisor-fw" ]; then
fi
if [ ! -f "$WORKLOADS_DIR/CLOUDHV.fd" ]; then
download_ovmf
download_amd64_ovmf
fi
download_x86_guest_images