mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-24 10:41:43 +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}")
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user