From 35b471d83337b13fbb63a7f49d3dfea5482866bc Mon Sep 17 00:00:00 2001 From: Dmitrii Chervov Date: Fri, 21 Mar 2025 19:34:07 +0300 Subject: [PATCH] Add support for building ubuntu22.04 on amd64 Signed-off-by: Dmitrii Chervov --- docker/docker.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker.mk b/docker/docker.mk index c264b649..b5c8c393 100644 --- a/docker/docker.mk +++ b/docker/docker.mk @@ -13,7 +13,7 @@ # limitations under the License. # Supported OSs by architecture -AMD64_TARGETS := ubuntu20.04 ubuntu18.04 ubuntu16.04 debian10 debian9 +AMD64_TARGETS := ubuntu22.04 ubuntu20.04 ubuntu18.04 ubuntu16.04 debian10 debian9 X86_64_TARGETS := centos7 centos8 rhel7 rhel8 amazonlinux2 opensuse-leap15.1 PPC64LE_TARGETS := ubuntu18.04 ubuntu16.04 centos7 centos8 rhel7 rhel8 ARM64_TARGETS := ubuntu20.04 ubuntu18.04