shibd commented on code in PR #239:
URL: 
https://github.com/apache/pulsar-client-node/pull/239#discussion_r1011120571


##########
pkg/mac/common.sh:
##########
@@ -19,7 +19,10 @@
 
 set -e -x
 
-export ARCH=${ARCH:-arm64}
+if [ ! -n "$ARCH" ]; then
+   export ARCH=$(uname -m)

Review Comment:
   There is no need, this script is only used on Mac systems.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to