We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad88862 commit b5f1a53Copy full SHA for b5f1a53
.evergreen/install-dependencies.sh
@@ -40,8 +40,6 @@ if [[ $architecture = "x86_64" ]]; then
40
architecture="x64"
41
elif [[ $architecture = "arm64" ]]; then
42
architecture="arm64"
43
-elif [[ $architecture = "aarch64" ]]; then
44
- architecture="arm64"
45
elif [[ $architecture == s390* ]]; then
46
architecture="s390x"
47
elif [[ $architecture == ppc* ]]; then
0 commit comments