imbajin commented on code in PR #2421: URL: https://github.com/apache/incubator-hugegraph/pull/2421#discussion_r1463052413
########## hugegraph-server/Dockerfile: ########## @@ -24,12 +24,13 @@ WORKDIR /pkg ARG MAVEN_ARGS RUN mvn package $MAVEN_ARGS -e -B -ntp -DskipTests -Dmaven.javadoc.skip=true && pwd && ls -l +RUN find . -name 'apache-hugegraph-incubating-*.tar.gz' -delete # 2nd stage: runtime env +# remove zgc, which is only available on ARM-Mac with java > 13 Review Comment: seems the comment line could be better ↓ -- 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]
