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:
parent
77151a1a9d
commit
2bd8b9b24f
1 changed files with 2 additions and 7 deletions
|
@ -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" ]
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue