Remove condition to switch from arm64 to aarch64 in the download tests

This commit is contained in:
MKLeb 2023-09-18 16:49:44 -04:00 committed by Pedro Algarvio
parent d76b82558a
commit ed2ecf48c6

View file

@ -255,8 +255,6 @@ def setup_redhat_family(
repo_subpath,
):
arch = os.environ.get("SALT_REPO_ARCH") or "x86_64"
if arch == "aarch64":
arch = "arm64"
if repo_subpath == "minor":
repo_url_base = (