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 678b166 commit 900cc91Copy full SHA for 900cc91
.evergreen/install-dependencies.sh
@@ -40,6 +40,8 @@ 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