tisonkun commented on code in PR #17733:
URL: https://github.com/apache/pulsar/pull/17733#discussion_r975534885
##########
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:
Yep. I'm OK to keep it as is now. From my perspective, the image is mainly
used as a server, perhaps we can remove these clients from bundling later.
--
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]