You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build the docker image of this package for arm64 and found that it is calling index.yml file for different architecture which is further using some ibm runtime binaries which are not available for arm64.
I have looked for the index.yml and found this link which shows that index.yml is not available for arm64.
I also tried to get the source code of these index.yml files and their binaries but I was unable to find one.
I have also checked the ibmjava image and found that it does not have the arm64 compatible tag.
Do you have any plans to release arm64 images?
I am happy to help in adding the arm64 support, but it requires the above mentioned arm64 binary or the source code which generates these index.yml files and binaries.
The text was updated successfully, but these errors were encountered:
There is no IBM ARM64 binary available at this time. https://hub.docker.com/_/adoptopenjdk is available. There are builds using Eclipse OpenJ9, which is also used by IBM Java.
Hi Team,
I tried to build the docker image of this package for arm64 and found that it is calling index.yml file for different architecture which is further using some ibm runtime binaries which are not available for arm64.
I have looked for the index.yml and found this link which shows that index.yml is not available for arm64.
I also tried to get the source code of these index.yml files and their binaries but I was unable to find one.
I have also checked the ibmjava image and found that it does not have the arm64 compatible tag.
Do you have any plans to release arm64 images?
I am happy to help in adding the arm64 support, but it requires the above mentioned arm64 binary or the source code which generates these index.yml files and binaries.
The text was updated successfully, but these errors were encountered: