mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-02 08:17:01 +00:00
Merge pull request #11394 from mythi/tdx-kata-deploy-bump
kata-deploy: accept 25.04 as supported distro for TDX
This commit is contained in:
commit
b61b20eef3
@ -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}
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user