Dockerfile icon indicating copy to clipboard operation
Dockerfile copied to clipboard

Request for ARM Support in Published Docker Images

Open pekhota opened this issue 1 year ago • 7 comments

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!

pekhota avatar Oct 24 '24 21:10 pekhota

me too

xulei131401 avatar Nov 05 '24 09:11 xulei131401

me too

minkbear avatar Dec 30 '24 13:12 minkbear

me too

ericzhao007 avatar Jan 13 '25 03:01 ericzhao007

I love this image and i would like to see ARM supported here too. Thanks for the great work.

dirop1 avatar Jan 21 '25 19:01 dirop1

please

reaves-tyler avatar Mar 18 '25 15:03 reaves-tyler

Hi, any chance we can have a docker buildx multi-arch build @htuscher ?

Best, Nicolas

nitrique avatar Aug 07 '25 09:08 nitrique

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).

htuscher avatar Aug 07 '25 14:08 htuscher