mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-13 12:59:36 +00:00
kata-deploy: Add the runtime-classes that are not yet on main
This is another piece that got dropped as part of
6f552b010c
and is causing regressions on
the operator tests.
Fixes: #7422
Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
@@ -24,6 +24,13 @@ shims=(
|
||||
"dragonball"
|
||||
)
|
||||
|
||||
# THOSE ARE NOT YET ON MAIN, PLEASE, MOVE THEM TO THE UPPDER LIST WHENEVER THEY MAKE THEIR WAY IN.
|
||||
shims+=(
|
||||
"remote"
|
||||
"qemu-se"
|
||||
"clh-tdx"
|
||||
)
|
||||
|
||||
default_shim="qemu"
|
||||
|
||||
# If we fail for any reason a message will be displayed
|
||||
|
Reference in New Issue
Block a user