ARM64 Support
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.
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.
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.