Open BojanZelic opened 10 months ago
Just wanted to add a vote for arm64 support.
+1
I've built an arm64 image, available here, though I'd recommend anyone needing one to just roll their own. I just made some minor tweaks to the Makefile then built and pushed it using the provided instructions, then updated the nodeSelectors in the config.
The next problem is that somehow none of the other samba images are arm64 either, so I'm slowly going through building them all as well...very tedious:
quay.io/samba.org/samba-server
quay.io/samba.org/samba-metrics
quay.io/samba.org/svcwatch
smbmtrics is written in golang, so it should be rather simple to build it for arm64
FWIW the issue with the samba-server images is not that it can not be built for arm64, but that we can not automate it. I have built arm64 images before with podman on x86_64 machines successfully. If folks are interested enough in arm64 support I'd like to have participation over in samba-containers ... even if folks just volunteered for help testing the images, it would be nice.
Have some rasberry pi's I was planning on running this on but the image doesn't have arm64 support. Adding support should be as simple as using docker buildx