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:
Tobin Feldman-Fitzthum 2023-05-03 20:14:50 +00:00
parent 14dd053758
commit 4da6eb588d

View File

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