arm64-linux binaries are now available for all releases (#1369)

This commit is contained in:
Sam Clegg
2024-04-10 16:32:54 -07:00
committed by GitHub
parent 229d83fc70
commit 176dec4875
4 changed files with 7 additions and 62 deletions

View File

@@ -2040,9 +2040,6 @@ def find_latest_hash():
def resolve_sdk_aliases(name, verbose=False):
releases_info = load_releases_info()
if name == 'latest' and LINUX and ARCH == 'arm64':
errlog("WARNING: 'latest' on arm64-linux may be slightly behind other architectures")
name = 'latest-arm64-linux'
while name in releases_info['aliases']:
if verbose:
print("Resolving SDK alias '%s' to '%s'" % (name, releases_info['aliases'][name]))