jon-wei commented on code in PR #15264: URL: https://github.com/apache/druid/pull/15264#discussion_r1377993163
########## distribution/docker/Dockerfile: ########## @@ -17,7 +17,7 @@ # under the License. # -ARG JDK_VERSION=11 +ARG JDK_VERSION=17 # The platform is explicitly specified as x64 to build the Druid distribution. Review Comment: I don't see a way to pass in a target platform for the automated build, but it seems like it'd be possible to have another Dockerfile configured for arm64, and then we could add a new automated build rule that reads from that instead <img width="1237" alt="Screen Shot 2023-10-31 at 1 07 27 PM" src="https://github.com/apache/druid/assets/8729063/1467d183-dfd1-46cf-aa07-c703b5f170f1"> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
