mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
armv7 should stay with f36
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -546,7 +546,7 @@ handlers = ["console"]
|
||||
key = "{{ (env == 'production')|ternary('fedora-37', 'testkey') }}"
|
||||
[consumer_config.ostree_refs."fedora/stable/armhfp/iot"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/iot/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-37', 'testkey') }}"
|
||||
key = "{{ (env == 'production')|ternary('fedora-36', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/33/x86_64/silverblue"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
|
||||
Reference in New Issue
Block a user