mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-22 17:59:31 +00:00
Merge pull request #7471 from fidencio/topic/CCv0-converge-build-and-payload-scripts-follow-up-6
CC | kata-deploy: Add the runtime-classes that are not yet on main
This commit is contained in:
commit
e0bcb39ee7
@ -24,6 +24,13 @@ shims=(
|
|||||||
"dragonball"
|
"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"
|
default_shim="qemu"
|
||||||
|
|
||||||
# If we fail for any reason a message will be displayed
|
# If we fail for any reason a message will be displayed
|
||||||
|
Loading…
Reference in New Issue
Block a user