mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-23 18:21:27 +00:00
static_build: sev ovmf
- Update sev omvf to use main code base Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
parent
66ca2f1bc4
commit
0032b8bfbf
@ -25,9 +25,6 @@ package_output_dir="${package_output_dir:-}"
|
||||
|
||||
if [ -z "$ovmf_repo" ]; then
|
||||
case "${ovmf_build}" in
|
||||
"sev")
|
||||
ovmf_repo=$(get_from_kata_deps "externals.ovmf.sev.url" "${kata_version}")
|
||||
;;
|
||||
"tdx")
|
||||
ovmf_repo=$(get_from_kata_deps "externals.ovmf.tdx.url" "${kata_version}")
|
||||
;;
|
||||
@ -71,4 +68,4 @@ sudo docker run --rm -i -v "${repo_root_dir}:${repo_root_dir}" \
|
||||
--env ovmf_package="${ovmf_package}" \
|
||||
--env package_output_dir="${package_output_dir}" \
|
||||
"${container_image}" \
|
||||
bash -c "${ovmf_builder}"
|
||||
bash -c "${ovmf_builder}"
|
Loading…
Reference in New Issue
Block a user