tisonkun commented on code in PR #17733:
URL: https://github.com/apache/pulsar/pull/17733#discussion_r976364910


##########
docker/pulsar/pom.xml:
##########
@@ -79,7 +80,7 @@
                   
<executable>${project.basedir}/../../pulsar-client-cpp/docker/build-wheels.sh</executable>
                   <arguments>
                     <!-- build python 3.8 -->
-                    <argument>3.8 cp38-cp38 manylinux2014 x86_64</argument>
+                    <argument>3.8 cp38-cp38 manylinux2014 
${pythonClientBuildArch}</argument>

Review Comment:
   > it will automatically select the right architecture
   
   It's cool as it can significantly reduce the image build time and avoid qemu 
to compile C++ library if we want to integrate it with GitHub Actions.



-- 
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