Skip to content

Commit 900cc91

Browse files
authored
ci(NODE-5099): add aarch64 condition to sync with other repos (#3594)
1 parent 678b166 commit 900cc91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/install-dependencies.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ if [[ $architecture = "x86_64" ]]; then
4040
architecture="x64"
4141
elif [[ $architecture = "arm64" ]]; then
4242
architecture="arm64"
43+
elif [[ $architecture = "aarch64" ]]; then
44+
architecture="arm64"
4345
elif [[ $architecture == s390* ]]; then
4446
architecture="s390x"
4547
elif [[ $architecture == ppc* ]]; then

0 commit comments

Comments
 (0)