mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Adjust tools ci pkg-matrix
to search in the right aarch64
paths starting in 3007.0
This commit is contained in:
parent
527cc3f344
commit
3b3b9fbc49
1 changed files with 3 additions and 0 deletions
|
@ -825,6 +825,9 @@ def pkg_matrix(
|
|||
|
||||
for version, backend in adj_versions:
|
||||
prefix = prefixes[backend]
|
||||
# TODO: Remove this after 3009.0
|
||||
if backend == "relenv" and version >= tools.utils.Version("3007.0"):
|
||||
prefix.replace("/arm64/", "/aarch64/")
|
||||
# Using a paginator allows us to list recursively and avoid the item limit
|
||||
# TODO: Swap this for the prod bucket before merge
|
||||
page_iterator = paginator.paginate(
|
||||
|
|
Loading…
Add table
Reference in a new issue