eclipse-temurin: add jdk16 arm32 dockerfile#11132
Merged
tianon merged 1 commit intodocker-library:masterfrom Oct 19, 2021
Merged
eclipse-temurin: add jdk16 arm32 dockerfile#11132tianon merged 1 commit intodocker-library:masterfrom
tianon merged 1 commit intodocker-library:masterfrom
Conversation
Diff for 77e41da:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6295ab9..c785324 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -226,8 +226,8 @@ File: Dockerfile.releases.full
Tags: 16.0.2_7-jdk-focal, 16-jdk-focal, 16-focal
SharedTags: 16.0.2_7-jdk, 16-jdk, 16
-Architectures: amd64, arm64v8, ppc64le, s390x
-GitCommit: 63defc24ed1b9051b48f6dfc747761a1b88a3b42
+Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
+GitCommit: 1542e660e29ef955742df5bcebb7b3351d61346c
Directory: 16/jdk/ubuntu
File: Dockerfile.releases.full
diff --git a/eclipse-temurin_16-focal/Dockerfile.releases.full b/eclipse-temurin_16-focal/Dockerfile.releases.full
index 6131bd6..a21cd71 100644
--- a/eclipse-temurin_16-focal/Dockerfile.releases.full
+++ b/eclipse-temurin_16-focal/Dockerfile.releases.full
@@ -36,6 +36,10 @@ RUN set -eux; \
ESUM='cb77d9d126f97898dfdc8b5fb694d1e0e5d93d13a0a6cb2aeda76f8635384340'; \
BINARY_URL='https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_aarch64_linux_hotspot_16.0.2_7.tar.gz'; \
;; \
+ armhf|arm) \
+ ESUM='7721ef81416af8122a28448f3d661eb4bda40a9f78d400e4ecc55b58e627a00c'; \
+ BINARY_URL='https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_arm_linux_hotspot_16.0.2_7.tar.gz'; \
+ ;; \
ppc64el|powerpc:common64) \
ESUM='36ebe6c72f2fc19b8b17371f731390e15fa3aab08c28b55b9a8b71d0a578adc9'; \
BINARY_URL='https://github.com/adoptium/temurin16-binaries/releases/download/jdk-16.0.2%2B7/OpenJDK16U-jdk_ppc64le_linux_hotspot_16.0.2_7.tar.gz'; \Relevant Maintainers:
|
Member
|
Ah, new CI failure is due to #11071 -- to fix it, you'll want to add |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.