-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ARM64 support #324
Comments
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:
|
smbmtrics is written in golang, so it should be rather simple to build it for |
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
The text was updated successfully, but these errors were encountered: