Request for ARM Support in Published Docker Images
Hi,
I’ve noticed that the currently published images only support linux/amd64 architecture, and there’s no ARM support available. Would it be possible to add multi-architecture support, specifically for ARM?
Thank you!
me too
me too
me too
I love this image and i would like to see ARM supported here too. Thanks for the great work.
please
Hi, any chance we can have a docker buildx multi-arch build @htuscher ?
Best, Nicolas
Unfortunately it's a task I'm currently unable to solve.
Building on ARM64 requires the Go binaries to be updated. For go-replace etc. which are build by us, I could do something. But unfortunately I would need to update gosu. But the new version of gosu removed the setuid feature or made it unusable.
I don't really understand what it does, but I tried it and it breaks everything. Markus, who has originally built this project uses it to play around with permissions of the app user vs root (i think).
If anybody is familiar with that or can evaluate this, I'm happy to upgrade the build pipeline and the dependencies as well (of course).