kata-deploy: accept 25.04 as supported distro for TDX

the latest Canonical TDX release supports 25.04 / Plucky as
well. Users experimenting with the latest goodies in the
25.04 TDX enablement won't get Kata deployed properly.

This change accepts 25.04 as supported distro for TDX.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
Mikko Ylinen
2025-06-09 15:57:26 +03:00
committed by stevenhorsman
parent 9b4518f742
commit 825b1cd233

View File

@@ -307,7 +307,7 @@ function get_tdx_distro_instructions() {
case ${distro} in
ubuntu)
echo "https://github.com/canonical/tdx/tree/noble-24.04"
echo "https://github.com/canonical/tdx/tree/3.3"
;;
centos)
echo "https://sigs.centos.org/virt/tdx"
@@ -424,7 +424,7 @@ function install_artifacts() {
case ${ID} in
ubuntu)
case ${VERSION_ID} in
24.04)
24.04|25.04)
tdx_supported ${ID} ${VERSION_ID} ${kata_config_file}
;;
*)