mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-19 16:38:00 +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
|
case ${distro} in
|
||||||
ubuntu)
|
ubuntu)
|
||||||
echo "https://github.com/canonical/tdx/tree/noble-24.04"
|
echo "https://github.com/canonical/tdx/tree/3.3"
|
||||||
;;
|
;;
|
||||||
centos)
|
centos)
|
||||||
echo "https://sigs.centos.org/virt/tdx"
|
echo "https://sigs.centos.org/virt/tdx"
|
||||||
@ -424,7 +424,7 @@ function install_artifacts() {
|
|||||||
case ${ID} in
|
case ${ID} in
|
||||||
ubuntu)
|
ubuntu)
|
||||||
case ${VERSION_ID} in
|
case ${VERSION_ID} in
|
||||||
24.04)
|
24.04|25.04)
|
||||||
tdx_supported ${ID} ${VERSION_ID} ${kata_config_file}
|
tdx_supported ${ID} ${VERSION_ID} ${kata_config_file}
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
Loading…
Reference in New Issue
Block a user