From b428ddfa8a5e75e573d568efa61ab4aa8ef9814f Mon Sep 17 00:00:00 2001 From: Pavel Negrobov Date: Mon, 13 Jan 2025 12:03:10 +0300 Subject: [PATCH] =?UTF-8?q?INF-1595:=20=D0=A1=D0=BE=D0=B1=D1=80=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B4=D0=BE=D0=BA=D0=B5=D1=80-=D0=BE=D0=B1?= =?UTF-8?q?=D1=80=D0=B0=D0=B7=20=D0=B4=D0=BB=D1=8F=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=B2=20msvsphere=2010.0=20=D0=B8=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D0=B8=D1=82=D1=8C=20=D0=B5=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=BA=20=D0=B4=D0=B6=D0=BE=D0=B1=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/koji_build_tag-docker.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/koji_build_tag-docker.json b/files/koji_build_tag-docker.json index aecea14..f08db1a 100644 --- a/files/koji_build_tag-docker.json +++ b/files/koji_build_tag-docker.json @@ -5,5 +5,7 @@ "inferit-9_5-extras-build:x86_64": {"docker_image_name": "msvsphere95-systemd-tests:9.5", "os_name": "MSVSphere 9.5 (x86_64)"}, "inferit-9_5-extras-build:aarch64": {"docker_image_name": "msvsphere95-systemd-tests:9.5-arm64", "os_name": "MSVSphere 9.5 (aarch64)"}, "inferit-9_5-*:x86_64": {"docker_image_name": "msvsphere95-systemd-tests:9.5", "os_name": "MSVSphere 9.5 (x86_64)"}, - "inferit-9_5-*:aarch64": {"docker_image_name": "msvsphere95-systemd-tests-aarch64:9.5-arm64", "os_name": "MSVSphere 9.5 (aarch64)"} + "inferit-9_5-*:aarch64": {"docker_image_name": "msvsphere95-systemd-tests-aarch64:9.5-arm64", "os_name": "MSVSphere 9.5 (aarch64)"}, + "inferit-10_0-*:x86_64": {"docker_image_name": "msvsphere100-systemd-tests:10.0", "os_name": "MSVSphere 10.0 (x86_64)"}, + "inferit-10_0-*:aarch64": {"docker_image_name": "msvsphere100-systemd-tests-aarch64:10.0-arm64", "os_name": "MSVSphere 10.0 (aarch64)"} }