mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-24 10:41:43 +00:00
Merge pull request #6552 from BbolroC/kata-qemu-se-deploy
CC|kata-deploy: Add kata-qemu-se runtimeclass
This commit is contained in:
commit
c7c29ee722
@ -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