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",
|
"ostree_ref": "fedora/[[ release.version_int ]]/${basearch}/testing/silverblue",
|
||||||
[% endif %]
|
[% endif %]
|
||||||
"tag_ref": False,
|
"tag_ref": False,
|
||||||
[% if release.version_int <= 30 %]
|
|
||||||
"arches": ["x86_64"],
|
|
||||||
"failable": ["x86_64"]
|
|
||||||
[% else %]
|
|
||||||
"arches": ["x86_64", "ppc64le", "aarch64" ],
|
"arches": ["x86_64", "ppc64le", "aarch64" ],
|
||||||
"failable": ["x86_64", "ppc64le", "aarch64" ]
|
"failable": ["x86_64", "ppc64le", "aarch64" ]
|
||||||
[% endif %]
|
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue