mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
bodhi-pungi: only run multi-arch SB on f31+
This is a fixup for d7713e6 where mulit-arch was enabled.
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
f775246ab6
commit
514f7d5fc2
@@ -193,8 +193,13 @@ ostree = {
|
||||
"ostree_ref": "fedora/[[ release.version_int ]]/${basearch}/testing/silverblue",
|
||||
[% endif %]
|
||||
"tag_ref": False,
|
||||
"arches": ["x86_64", "ppc64le", "aarch64" ],
|
||||
"failable": ["x86_64", "ppc64le", "aarch64" ]
|
||||
[% if release.version_int <= 30 %]
|
||||
"arches": ["x86_64"],
|
||||
"failable": ["x86_64"]
|
||||
[% else %]
|
||||
"arches": ["x86_64", "ppc64le", "aarch64" ],
|
||||
"failable": ["x86_64", "ppc64le", "aarch64" ]
|
||||
[% endif %]
|
||||
},
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user