Sericea: build for aarch64 and ppc64le

Signed-off-by: Aleksei Bavshin <alebastr@fedoraproject.org>
This commit is contained in:
Aleksei Bavshin 2023-05-24 18:22:12 -07:00 committed by kevin
parent e2e5e8c003
commit e080c0702f
2 changed files with 3 additions and 1 deletions

View File

@ -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$": {

View File

@ -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">