Skip to content

Commit abd0f46

Browse files
author
Anton Mulobaev
committed
Add support of Apple M1
1 parent 0437e4e commit abd0f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libexec/tfenv-install

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ if [ -f "${dst_path}/terraform" ]; then
8181
exit 0;
8282
fi;
8383

84-
# Add support of Linux ARM64
84+
# Add support of ARM64 for Linux & Apple Silicon
8585
case "$(uname -m)" in
86-
aarch64*)
86+
aarch64* | arm64*)
8787
TFENV_ARCH="${TFENV_ARCH:-arm64}";
8888
;;
8989
*)

0 commit comments

Comments
 (0)