Skip to content

Commit e866102

Browse files
committed
Set ARCH to aarch_64 for macOs.
1 parent 5999423 commit e866102

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildscripts/kokoro/macos.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ export -n JAVA_HOME
2424
brew install --cask temurin@8
2525
export PATH="$(/usr/libexec/java_home -v"1.8.0")/bin:${DOWNLOAD_DIR}/cmake-${CMAKE_VERSION}-macos-universal/CMake.app/Contents/bin:${PATH}"
2626
brew install maven
27+
export ARCH=aarch_64
2728

2829
"$GRPC_JAVA_DIR"/buildscripts/kokoro/unix.sh

0 commit comments

Comments
 (0)