From 628ca0deee48bc94c1cac458660c6d4e6af135d2 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Thu, 6 Apr 2023 19:48:00 -0700 Subject: [PATCH] remove i686 for now --- shared/general.conf | 9 +++++++++ variants.xml | 3 --- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/shared/general.conf b/shared/general.conf index 747ada5..a8381a3 100644 --- a/shared/general.conf +++ b/shared/general.conf @@ -36,3 +36,12 @@ extra_files = [ "*": EXTRA_FILES, }), ] + +#failable_deliverables = [ +# ('^.*$', { +# 'src': ['buildinstall'], +# # Nothing on i386 blocks the compose +# 'i386': ['buildinstall', 'iso'], +# 'i686': ['buildinstall', 'iso'], +# }) +#] diff --git a/variants.xml b/variants.xml index 7c062cc..357e3f6 100644 --- a/variants.xml +++ b/variants.xml @@ -6,7 +6,6 @@ aarch64 x86_64 - i686 ppc64le @@ -65,7 +64,6 @@ aarch64 ppc64le x86_64 - i686 @@ -262,7 +260,6 @@ aarch64 ppc64le x86_64 - i686 rocky-powertools