mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-28 19:54:35 +00:00
kata-deploy: Add qemu-snp shim
Now that we have the SNP components in place, make sure that kata-deploy knows about the qemu-snp shim so that it will be added to containerd config. Fixes: #6575 Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
This commit is contained in:
parent
14dd053758
commit
4da6eb588d
@ -18,6 +18,7 @@ shims=(
|
||||
"qemu"
|
||||
"qemu-tdx"
|
||||
"qemu-gpu"
|
||||
"qemu-snp"
|
||||
"clh"
|
||||
"dragonball"
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user