mirror of
https://git.rockylinux.org/rocky/pungi-rocky.git
synced 2024-11-24 13:51:26 +00:00
remove i686 for now
This commit is contained in:
parent
14246ac108
commit
628ca0deee
@ -36,3 +36,12 @@ extra_files = [
|
|||||||
"*": EXTRA_FILES,
|
"*": EXTRA_FILES,
|
||||||
}),
|
}),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
#failable_deliverables = [
|
||||||
|
# ('^.*$', {
|
||||||
|
# 'src': ['buildinstall'],
|
||||||
|
# # Nothing on i386 blocks the compose
|
||||||
|
# 'i386': ['buildinstall', 'iso'],
|
||||||
|
# 'i686': ['buildinstall', 'iso'],
|
||||||
|
# })
|
||||||
|
#]
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
<arches>
|
<arches>
|
||||||
<arch>aarch64</arch>
|
<arch>aarch64</arch>
|
||||||
<arch>x86_64</arch>
|
<arch>x86_64</arch>
|
||||||
<arch>i686</arch>
|
|
||||||
<arch>ppc64le</arch>
|
<arch>ppc64le</arch>
|
||||||
</arches>
|
</arches>
|
||||||
<!-- List of comps groups that should be part of BaseOS compose variant -->
|
<!-- List of comps groups that should be part of BaseOS compose variant -->
|
||||||
@ -65,7 +64,6 @@
|
|||||||
<arch>aarch64</arch>
|
<arch>aarch64</arch>
|
||||||
<arch>ppc64le</arch>
|
<arch>ppc64le</arch>
|
||||||
<arch>x86_64</arch>
|
<arch>x86_64</arch>
|
||||||
<arch>i686</arch>
|
|
||||||
</arches>
|
</arches>
|
||||||
<!-- List of comps groups that should be part of AppStream compose variant -->
|
<!-- List of comps groups that should be part of AppStream compose variant -->
|
||||||
<groups>
|
<groups>
|
||||||
@ -262,7 +260,6 @@
|
|||||||
<arch>aarch64</arch>
|
<arch>aarch64</arch>
|
||||||
<arch>ppc64le</arch>
|
<arch>ppc64le</arch>
|
||||||
<arch>x86_64</arch>
|
<arch>x86_64</arch>
|
||||||
<arch>i686</arch>
|
|
||||||
</arches>
|
</arches>
|
||||||
<groups>
|
<groups>
|
||||||
<group default="true">rocky-powertools</group>
|
<group default="true">rocky-powertools</group>
|
||||||
|
Loading…
Reference in New Issue
Block a user