mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-24 10:41:43 +00:00
CC|kata-deploy: Add kata-qemu-se runtimeclass
This is to add a new element `qemu-se` to the shims for a new runtime class `kata-qemu-se`. Fixes: #6549 Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
parent
4c810c7933
commit
f73a5f4b1f
@ -18,6 +18,7 @@ shims=(
|
||||
"qemu"
|
||||
"qemu-tdx"
|
||||
"qemu-sev"
|
||||
"qemu-se"
|
||||
"clh"
|
||||
"clh-tdx"
|
||||
)
|
||||
@ -258,6 +259,7 @@ function remove_artifacts() {
|
||||
/opt/confidential-containers/bin/kata-collect-data.sh \
|
||||
/opt/confidential-containers/bin/qemu-system-x86_64 \
|
||||
/opt/confidential-containers/bin/qemu-system-x86_64-tdx \
|
||||
/opt/confidential-containers/bin/qemu-system-s390x \
|
||||
/opt/confidential-containers/bin/cloud-hypervisor \
|
||||
/opt/confidential-containers/runtime-rs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user