From f7e8ff3059c1b8a7da28eb17c76c4c0ae96b5f08 Mon Sep 17 00:00:00 2001 From: Nadezhda Fedorova Date: Tue, 3 Sep 2024 15:05:37 +0300 Subject: [PATCH] add skip branch c10 for ansible image --- images-info.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/images-info.toml b/images-info.toml index 4d0e7ef..b6c8f80 100644 --- a/images-info.toml +++ b/images-info.toml @@ -3,3 +3,6 @@ skip-branches = [ "p9" ] ["alt/openjdk21"] skip-arches = [ "386" ] + +["alt/ansible"] +skip-arches = [ "c10f2", "c10f1" ]