Skip to content

Commit 46aef11

Browse files
Revert "ci(NODE-5099): add aarch64 condition to sync with other repos (#3594)"
This reverts commit 900cc91.
1 parent 6fd568b commit 46aef11

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.evergreen/install-dependencies.sh

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

0 commit comments

Comments
 (0)