We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe81c54 commit e8b0009Copy full SHA for e8b0009
1 file changed
docker/Dockerfile.cross_compile_aarch64
@@ -22,7 +22,7 @@ RUN wget https://developer.arm.com/-/media/Files/downloads/gnu-a/$GCC_VERSION/bi
22
tar xvf gcc-arm-$GCC_VERSION-x86_64-aarch64-none-linux-gnu.tar.xz && mv gcc-arm-$GCC_VERSION-x86_64-aarch64-none-linux-gnu /opt/
23
ENV PATH="/opt/gcc-arm-$GCC_VERSION-x86_64-aarch64-none-linux-gnu/bin:${PATH}"
24
25
-ENV JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64/"
+ENV JAVA_HOME="/usr/lib/jvm/java-11-openjdk/"
26
27
# Cleanup
28
RUN rm -rf $SOURCE_DIR
0 commit comments