Skip to content

Commit

Permalink
fix linux arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 16, 2024
1 parent f43a9b5 commit 914b508
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .evergreen/mongosh-dl.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def _download(out_dir: Path, version: str, target: str,
version = _get_latest_version()
if arch == "x86_64":
arch = "x64"
elif arch == "aarch64":
arch = "arm64"
if target == "linux":
suffix = ".tgz"
else:
Expand Down

0 comments on commit 914b508

Please sign in to comment.