remove i686 for now

This commit is contained in:
Louis Abel 2023-04-06 19:48:00 -07:00
parent 14246ac108
commit 628ca0deee
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 9 additions and 3 deletions

View File

@ -36,3 +36,12 @@ extra_files = [
"*": EXTRA_FILES,
}),
]
#failable_deliverables = [
# ('^.*$', {
# 'src': ['buildinstall'],
# # Nothing on i386 blocks the compose
# 'i386': ['buildinstall', 'iso'],
# 'i686': ['buildinstall', 'iso'],
# })
#]

View File

@ -6,7 +6,6 @@
<arches>
<arch>aarch64</arch>
<arch>x86_64</arch>
<arch>i686</arch>
<arch>ppc64le</arch>
</arches>
<!-- List of comps groups that should be part of BaseOS compose variant -->
@ -65,7 +64,6 @@
<arch>aarch64</arch>
<arch>ppc64le</arch>
<arch>x86_64</arch>
<arch>i686</arch>
</arches>
<!-- List of comps groups that should be part of AppStream compose variant -->
<groups>
@ -262,7 +260,6 @@
<arch>aarch64</arch>
<arch>ppc64le</arch>
<arch>x86_64</arch>
<arch>i686</arch>
</arches>
<groups>
<group default="true">rocky-powertools</group>