robosignatory: add f42 cosmic-atomic to signing
We added this atomic desktop, we need to sign it now. :) Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
809c90e5da
commit
c2e61b09ab
1 changed files with 8 additions and 0 deletions
|
@ -965,6 +965,14 @@ handlers = ["console"]
|
|||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-43', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/aarch64/cosmic-atomic"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.ostree_refs."fedora/42/x86_64/cosmic-atomic"]
|
||||
directory = "/mnt/fedora_koji/koji/compose/ostree/repo/"
|
||||
key = "{{ (env == 'production')|ternary('fedora-42', 'testkey') }}"
|
||||
|
||||
[consumer_config.coreos]
|
||||
bucket = "fcos-builds"
|
||||
{% if env == "staging" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue