Sericea: build for aarch64 and ppc64le
Signed-off-by: Aleksei Bavshin <alebastr@fedoraproject.org>
This commit is contained in:
parent
e2e5e8c003
commit
e080c0702f
@ -765,7 +765,7 @@ ostree = {
|
|||||||
"tag_ref": False,
|
"tag_ref": False,
|
||||||
"ostree_repo": "/mnt/koji/compose/ostree/repo/",
|
"ostree_repo": "/mnt/koji/compose/ostree/repo/",
|
||||||
"ostree_ref": "fedora/rawhide/${basearch}/sericea",
|
"ostree_ref": "fedora/rawhide/${basearch}/sericea",
|
||||||
"arches": ["x86_64"],
|
"arches": ["x86_64", "ppc64le", "aarch64"],
|
||||||
"failable": ['*'],
|
"failable": ['*'],
|
||||||
},
|
},
|
||||||
"^Onyx$": {
|
"^Onyx$": {
|
||||||
|
@ -95,7 +95,9 @@
|
|||||||
</variant>
|
</variant>
|
||||||
<variant id="Sericea" name="Sericea" type="variant" is_empty="true">
|
<variant id="Sericea" name="Sericea" type="variant" is_empty="true">
|
||||||
<arches>
|
<arches>
|
||||||
|
<arch>aarch64</arch>
|
||||||
<arch>x86_64</arch>
|
<arch>x86_64</arch>
|
||||||
|
<arch>ppc64le</arch>
|
||||||
</arches>
|
</arches>
|
||||||
</variant>
|
</variant>
|
||||||
<variant id="Onyx" name="Onyx" type="variant" is_empty="true">
|
<variant id="Onyx" name="Onyx" type="variant" is_empty="true">
|
||||||
|
Loading…
Reference in New Issue
Block a user