mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-18 15:28:10 +00:00
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:
@@ -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}"
|
||||
|
||||
|
Reference in New Issue
Block a user