-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Docker: add support for multiple architectures #82
Comments
That is obsolete by now? What devices do you have in mind where it's still relevant? A RPi 3 with 64-bit OS install is ARM64 / v8 compatible IIRC, and that is a device from 2016? |
I'm not sure about it: I have a working RPi 2 myself like many other people I know and it still works great and with very low power. |
EDIT: After typing out below, I see that it's not really a problem for this project like others. Ignore it 😄
That's great, but it doesn't change the fact that it's incredibly dated to support. I'm sure you'll find plenty of projects dropping support for ARMv7 if they haven't already. It's fairly cheap to get an ARMv8 or newer device, or build the image/binary yourself (or through a community) - although I understand the inconvenience vs ease of official sources.
It costs storage, network bandwidth and CI time. That's fairly accessible and "free" with services like Github true.
That said, you could contribute a PR if you don't feel it's a maintenance concern for the project.
It's a bit odd since it looks like there is configuration there already for ARM64 images, but the ARM64 images are not being published (you can see an extra tab when there is). |
At the moment the
ghcr.io/natesales/q
images are built only forlinux/amd64
. It would be great to add multi-arch support for at leastlinux/arm64
andlinux/arm/v7
as well.The text was updated successfully, but these errors were encountered: