mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Remove condition to switch from arm64
to aarch64
in the download tests
This commit is contained in:
parent
d76b82558a
commit
ed2ecf48c6
1 changed files with 0 additions and 2 deletions
|
@ -255,8 +255,6 @@ def setup_redhat_family(
|
||||||
repo_subpath,
|
repo_subpath,
|
||||||
):
|
):
|
||||||
arch = os.environ.get("SALT_REPO_ARCH") or "x86_64"
|
arch = os.environ.get("SALT_REPO_ARCH") or "x86_64"
|
||||||
if arch == "aarch64":
|
|
||||||
arch = "arm64"
|
|
||||||
|
|
||||||
if repo_subpath == "minor":
|
if repo_subpath == "minor":
|
||||||
repo_url_base = (
|
repo_url_base = (
|
||||||
|
|
Loading…
Add table
Reference in a new issue