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


##########
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:
   @merlimat Thanks for your explanation. I noticed the comments just now:
   
   ```dockerfile
   ### Create 2nd stage from Ubuntu image
   ### and add OpenJDK and Python dependencies (for Pulsar functions)
   ```



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