mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
ODCS: Allow all Koji arches by default.
This commit is contained in:
@@ -28,7 +28,7 @@ odcs_allowed_clients: {"users": [], "groups": []}
|
||||
odcs_admins: {"users": [], "groups": []}
|
||||
odcs_allowed_source_types: ["tag", "module"]
|
||||
odcs_allowed_flags: null
|
||||
odcs_allowed_arches: null
|
||||
odcs_allowed_arches: ['aarch64', 'armv7hl', 'i686', 'ppc64le', 'x86_64', 's390x']
|
||||
odcs_allowed_results: null
|
||||
odcs_allowed_sources: null
|
||||
odcs_arches: ["x86_64"]
|
||||
|
||||
Reference in New Issue
Block a user