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:
Dusty Mabe
2019-10-29 09:44:08 -04:00
committed by Pierre-Yves Chibon
parent f775246ab6
commit 514f7d5fc2

View File

@@ -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 %]
},
]
}