dockerhub-description icon indicating copy to clipboard operation
dockerhub-description copied to clipboard

ARM64 Support

Open gjrtimmer opened this issue 1 year ago • 2 comments

Would ARM64 support be possible? I run GitLab on ARM and I wonder if arm64 support of this image could be implemented with docker buildx.

gjrtimmer avatar Jan 16 '25 08:01 gjrtimmer

Hi @gjrtimmer

Please could you explain further. I don't understand why arch has anything to do with this action. Are you talking about executing the Docker container mentioned here? In which case, I'm not sure why the host architecture has any bearing on the execution of the container.

peter-evans avatar Jan 16 '25 14:01 peter-evans

Hi,

So I run Gitlab and gitlab runners on arm64. This requires that when I try to run this container from a gitlab runner (similar to GitHub actions) it will run with the host architecture. So without a arm64 arch container the container of this repository cannot only run on x86_64 architecture.

Hope this explains enough.

gjrtimmer avatar Jan 16 '25 21:01 gjrtimmer