We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ececb96 commit f920cd9Copy full SHA for f920cd9
.ci/docker/build.sh
@@ -50,6 +50,8 @@ if [[ "$image" == *-focal* ]]; then
50
UBUNTU_VERSION=20.04
51
elif [[ "$image" == *-jammy* ]]; then
52
UBUNTU_VERSION=22.04
53
+elif [[ "$image" == *-noble* ]]; then
54
+ UBUNTU_VERSION=24.04
55
elif [[ "$image" == *ubuntu* ]]; then
56
extract_version_from_image_name ubuntu UBUNTU_VERSION
57
elif [[ "$image" == *centos* ]]; then
0 commit comments