bodhi-pungi: enable aarch64 and ppc64le for silverblue updates
This commit is contained in:
parent
305d76cd9e
commit
5386e0022e
1 changed files with 2 additions and 2 deletions
|
@ -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" ]
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue