1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-03 01:44:29 +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: 

Signed-off-by: Tobin Feldman-Fitzthum <tobin@ibm.com>
This commit is contained in:
Tobin Feldman-Fitzthum
2023-05-03 20:14:50 +00:00
parent 14dd053758
commit 4da6eb588d

@@ -18,6 +18,7 @@ shims=(
"qemu"
"qemu-tdx"
"qemu-gpu"
"qemu-snp"
"clh"
"dragonball"
)