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 09e89c6 commit 2406f13Copy full SHA for 2406f13
.github/helpers/docker/Dockerfile
@@ -10,10 +10,8 @@ RUN ARCH=$(dpkg --print-architecture) && \
10
else \
11
echo "Unsupported architecture: $ARCH" && exit 1; \
12
fi
13
-RUN ls
14
RUN unzip jre.zip
15
16
-RUN mv jre-21.0.7 jre
+RUN mv jre-21.0.7 jre || mv jre-21.0.7-linux-aarch/jre-21.0.7 jre
17
ADD ./cli ./cli
18
ADD ./core ./core
19
ADD ./plugin-interface ./plugin-interface
0 commit comments