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': '.',
}
variants_file = {
'scm': 'git',
'repo': VARIANTS_REPO,
'branch': VARIANTS_BRANCH,
'file': VARIANTS_FILE,
}
variants_file = "variants.xml"
#variants_file = {
# 'scm': 'git',
# 'repo': VARIANTS_REPO,
# 'branch': VARIANTS_BRANCH,
# 'file': VARIANTS_FILE,
#}
extra_files = [
("^.*$", {

View File

@ -6,6 +6,7 @@
<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 -->
@ -64,6 +65,7 @@
<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>
@ -260,6 +262,7 @@
<arch>aarch64</arch>
<arch>ppc64le</arch>
<arch>x86_64</arch>
<arch>i686</arch>
</arches>
<groups>
<group default="true">rocky-powertools</group>