Skip to content

Commit

Permalink
Reverting M1 mac support till bug in refactored code is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
svishwanath-tw committed Aug 11, 2021
1 parent 2e18756 commit 94c7e3a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions global_install_scripts/install.bash
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ function run() {
"i686" | "i386")
SUFFIX="${SUFFIX}_386"
;;
"arm64")
SUFFIX="${SUFFIX}_arm64"
;;
#"arm64")
# SUFFIX="${SUFFIX}_arm64"
# ;;
*)
echo_error "Talisman currently only supports x86 and x86_64 architectures."
echo_error "If this is a problem for you, please open an issue: https://github.com/${INSTALL_ORG_REPO}/issues/new"
Expand Down

0 comments on commit 94c7e3a

Please sign in to comment.