You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/01/01 19:48:51 UTC

[GitHub] [pulsar-helm-chart] yuweisung opened a new pull request #191: added arm64 in common_auth.sh

yuweisung opened a new pull request #191:
URL: https://github.com/apache/pulsar-helm-chart/pull/191


   Fixes #<xyz>
   
   ### Motivation
   
   Helm chart failed to detect mac m1/arm64 ARCH and failed to install pulsarctl from streamnative. 
   pulsarctl version 0.4.0 (The default in the script) has no arm64 binary.
   
   ### Modifications
   
   scripts/pulsar/common_auth.sh has been modified by adding arm64 in the ARCH case and bumping up pulsarctl version.
   The common_auth.sh downloads the "install.sh" from streamnative" and the install.sh has no arm64 supported neither. 
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   


-- 
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: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org