File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ RUN set -eux; \
4545 arch="$(dpkg --print-architecture)" ; \
4646# this "case" statement is generated via "update.sh"
4747 case "$arch" in \
48- # arm64v8
49- arm64 | aarch64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.8%2B10/OpenJDK11U-jre_aarch64_linux_11.0.8_10.tar.gz ;; \
5048# amd64
5149 amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.8%2B10/OpenJDK11U-jre_x64_linux_11.0.8_10.tar.gz ;; \
5250# fallback
Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ RUN set -eux; \
3636 arch="$(dpkg --print-architecture)" ; \
3737# this "case" statement is generated via "update.sh"
3838 case "$arch" in \
39- # arm64v8
40- arm64 | aarch64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.8%2B10/OpenJDK11U-jre_aarch64_linux_11.0.8_10.tar.gz ;; \
4139# amd64
4240 amd64 | i386:x86-64) downloadUrl=https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/download/jdk-11.0.8%2B10/OpenJDK11U-jre_x64_linux_11.0.8_10.tar.gz ;; \
4341# fallback
You can’t perform that action at this time.
0 commit comments