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 am trying to use the clearlinux image on arm64 platform but it seems it is not available for arm64.
I have successfully built the image using the command docker build -t image_name . on the arm64 platform without any changes in the Dockerfile but when tested the package using command docker run -it --rm image_name docker container is not created on arm64 platform.
It seems the base.tar.xz file created is for the amd64 platform.
Do you have any plans on releasing arm64 images?
It will be very helpful if arm64 image is available. If required, I am happy to help
The text was updated successfully, but these errors were encountered:
Hi Team,
I am trying to use the clearlinux image on arm64 platform but it seems it is not available for arm64.
I have successfully built the image using the command docker build -t image_name . on the arm64 platform without any changes in the Dockerfile but when tested the package using command docker run -it --rm image_name docker container is not created on arm64 platform.
It seems the base.tar.xz file created is for the amd64 platform.
Do you have any plans on releasing arm64 images?
It will be very helpful if arm64 image is available. If required, I am happy to help
The text was updated successfully, but these errors were encountered: