mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-17 23:07:55 +00:00
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:
committed by
stevenhorsman
parent
9b4518f742
commit
825b1cd233
@@ -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}
|
||||
;;
|
||||
*)
|
||||
|
Reference in New Issue
Block a user