add i686 to variants, make variants local

This commit is contained in:
Louis Abel 2023-04-06 19:36:07 -07:00
parent 22c0c25242
commit fe34e6ad5a
Signed by: label
GPG Key ID: B37E62D143879B36
3 changed files with 11 additions and 6 deletions

BIN
.prepopulate.json.swp Normal file

Binary file not shown.

View File

@ -22,12 +22,14 @@ module_defaults_dir = {
'dir': '.', 'dir': '.',
} }
variants_file = { variants_file = "variants.xml"
'scm': 'git',
'repo': VARIANTS_REPO, #variants_file = {
'branch': VARIANTS_BRANCH, # 'scm': 'git',
'file': VARIANTS_FILE, # 'repo': VARIANTS_REPO,
} # 'branch': VARIANTS_BRANCH,
# 'file': VARIANTS_FILE,
#}
extra_files = [ extra_files = [
("^.*$", { ("^.*$", {

View File

@ -6,6 +6,7 @@
<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 -->
@ -64,6 +65,7 @@
<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>
@ -260,6 +262,7 @@
<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>