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:
Fabiano Fidêncio 2023-07-27 18:12:37 +02:00 committed by GitHub
commit e0bcb39ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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