bodhi2/pungi.rpm.conf.j2: Enable aarch64 for Fedora Sericea
See: https://gitlab.com/fedora/ostree/sig/-/issues/13
This commit is contained in:
parent
6da5ff478e
commit
378a859288
1 changed files with 2 additions and 2 deletions
|
@ -229,8 +229,8 @@ ostree = {
|
||||||
"ostree_ref": "fedora/[[ release.version_int ]]/${basearch}/testing/sericea",
|
"ostree_ref": "fedora/[[ release.version_int ]]/${basearch}/testing/sericea",
|
||||||
[% endif %]
|
[% endif %]
|
||||||
"tag_ref": False,
|
"tag_ref": False,
|
||||||
"arches": ["x86_64"],
|
"arches": ["x86_64", "aarch64"],
|
||||||
"failable": ["x86_64"]
|
"failable": ["x86_64", "aarch64"]
|
||||||
},
|
},
|
||||||
[% endif %]
|
[% endif %]
|
||||||
# Fedora Onyx
|
# Fedora Onyx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue