diff --git a/23/jdk/ubuntu/noble/Dockerfile b/23/jdk/ubuntu/noble/Dockerfile index d625369c..74055978 100644 --- a/23/jdk/ubuntu/noble/Dockerfile +++ b/23/jdk/ubuntu/noble/Dockerfile @@ -64,6 +64,10 @@ RUN set -eux; \ ESUM='4d3b0609c783dea1f6a899bfc8c84b4000d1f48f39e2489d70050bbf2c7f7d9c'; \ BINARY_URL='https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jdk_ppc64le_linux_hotspot_23_37.tar.gz'; \ ;; \ + riscv64) \ + ESUM='d401699a92469de7bfb72909c1d11019537a0a2c21af01a8dce1831f09ef5165'; \ + BINARY_URL='https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jdk_riscv64_linux_hotspot_23_37.tar.gz'; \ + ;; \ s390x) \ ESUM='2f9cb1db72ddc91f0b90904d038bca9314bc0bafedb0efe1233469bf3c934e58'; \ BINARY_URL='https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jdk_s390x_linux_hotspot_23_37.tar.gz'; \ diff --git a/23/jre/ubuntu/noble/Dockerfile b/23/jre/ubuntu/noble/Dockerfile index 70713680..9cae2741 100644 --- a/23/jre/ubuntu/noble/Dockerfile +++ b/23/jre/ubuntu/noble/Dockerfile @@ -61,6 +61,10 @@ RUN set -eux; \ ESUM='9120876c35b904ac041c5a021330a6f11d4e6c7537ce28bdbb7170b944673435'; \ BINARY_URL='https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jre_ppc64le_linux_hotspot_23_37.tar.gz'; \ ;; \ + riscv64) \ + ESUM='ca32d942ef5357fb948604cd8aea5c597130cf7fdf6ddee267b4aa99406ee471'; \ + BINARY_URL='https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jre_riscv64_linux_hotspot_23_37.tar.gz'; \ + ;; \ s390x) \ ESUM='b42ac56cfb90b313b73622221d8944d32996376d2d953e4ee3942439c5ce91bb'; \ BINARY_URL='https://github.com/adoptium/temurin23-binaries/releases/download/jdk-23%2B37/OpenJDK23U-jre_s390x_linux_hotspot_23_37.tar.gz'; \