bodhi-pungi: enable aarch64 and ppc64le for silverblue updates

This commit is contained in:
Dusty Mabe 2019-10-24 15:32:27 -04:00 committed by Pierre-Yves Chibon
parent 305d76cd9e
commit 5386e0022e

View file

@ -193,8 +193,8 @@ ostree = {
"ostree_ref": "fedora/[[ release.version_int ]]/${basearch}/testing/silverblue",
[% endif %]
"tag_ref": False,
"arches": ["x86_64"],
"failable": ["x86_64"]
"arches": ["x86_64", "ppc64le", "aarch64" ],
"failable": ["x86_64", "ppc64le", "aarch64" ]
},
]
}