diff --git a/.ci/docker/build.sh b/.ci/docker/build.sh index 29a9d5fdb9fd..f0e6496ae693 100755 --- a/.ci/docker/build.sh +++ b/.ci/docker/build.sh @@ -50,6 +50,8 @@ if [[ "$image" == *-focal* ]]; then UBUNTU_VERSION=20.04 elif [[ "$image" == *-jammy* ]]; then UBUNTU_VERSION=22.04 +elif [[ "$image" == *-noble* ]]; then + UBUNTU_VERSION=24.04 elif [[ "$image" == *ubuntu* ]]; then extract_version_from_image_name ubuntu UBUNTU_VERSION elif [[ "$image" == *centos* ]]; then