bodhi-pungi: update conditional logic surround arches for ostree

We've been building for 3 arches since F31. Remove the conditional
logic now.
This commit is contained in:
Dusty Mabe 2021-10-29 13:11:12 -04:00
parent 77151a1a9d
commit 2bd8b9b24f
No known key found for this signature in database
GPG key ID: 3302DBD73952E671

View file

@ -174,13 +174,8 @@ ostree = {
"ostree_ref": "fedora/[[ release.version_int ]]/${basearch}/testing/silverblue",
[% endif %]
"tag_ref": False,
[% if release.version_int <= 30 %]
"arches": ["x86_64"],
"failable": ["x86_64"]
[% else %]
"arches": ["x86_64", "ppc64le", "aarch64" ],
"failable": ["x86_64", "ppc64le", "aarch64" ]
[% endif %]
"arches": ["x86_64", "ppc64le", "aarch64" ],
"failable": ["x86_64", "ppc64le", "aarch64" ]
},
]
}