qemu: Use proper QEMU builder

Do not use hardcoded abs path. Use the deduced rel path.

Signed-off-by: Zvonko Kaiser <zkaiser@nvidia.com>
This commit is contained in:
Zvonko Kaiser
2024-12-06 00:50:07 +00:00
parent e604e51b3d
commit eef2795226

View File

@@ -73,5 +73,5 @@ ${container_engine} pull ${container_image} || ("${container_engine}" build \
-w "${PWD}" \
-v "${repo_root_dir}:${repo_root_dir}" \
-v "${PWD}":/share "${container_image}" \
bash -c "/root/kata-containers/tools/packaging/static-build/qemu/build-qemu.sh"
bash -c "${qemu_builder}"