chore: add bazel support for M1 mac (#31127)

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>

Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
pull/31157/head
Aaron Pham 2 years ago committed by GitHub
parent 2f5d06af6b
commit ac585b8f7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/bazel

@ -62,6 +62,9 @@ case $(uname -sm) in
"Darwin x86_64") "Darwin x86_64")
suffix=darwin-x86_64 suffix=darwin-x86_64
;; ;;
"Darwin arm64")
suffix=darwin-arm64
;;
"MINGW"* | "MSYS_NT"*) "MINGW"* | "MSYS_NT"*)
suffix=windows-x86_64.exe suffix=windows-x86_64.exe
;; ;;

Loading…
Cancel
Save