-
-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenJDK aarch64 docker build #2870
Comments
That will probably be this line here: temurin-build/docker/dockerfile-generator.sh Line 303 in 5738567
Would you be interested in submitting a PR to do the detection? The API architectures are mostly the same as |
Yes, sure, let me try that. |
Any updates on this? When do you plan to support aarch64? We are waiting for Metabase ARM image which is blocked by this issue. |
@bbednarek We have Aarch 64 binaries available through adoptium.net - is that what you're after? This ticket is about allowing folks to build their own binaries at home for themselves. |
@karianna Thank for quick reply. I am not talking about binaries. I'm asking about |
@bbednarek As @karianna says this issue is NOT related to the availability of Temurin on Alpine/aarch64. |
What are you trying to do?
I'm trying to build with the following command
./makejdk-any-platform.sh --docker --clean-docker-build jdk11u
on a Oracle Free Tier Ubuntu 20.04.2aarch64
machine running kernel5.13.0-1018-oracle
with docker20.10.7, build 20.10.7-0ubuntu5~20.04.2
.Expected behaviour:
A built jdk.
Observed behaviour:
I guess the process is linked somehow to
x86_64
binariesAny other comments:
Would it be possible to detect the arch and dynamize the previous
wget
command?Thanks.
The text was updated successfully, but these errors were encountered: