Closed sotiris84 closed 3 years ago
The Dockerfile is currently hard-coded for amd64, so it'd require a bit of work to express the architecture dynamically each time. And of course, you'd have to check each component one by one to see if they provide arm64 binaries. I'll be happy to take PRs to make that happen, but I won't work on it myself since I don't have that need at the moment :)
Check https://github.com/bretfisher/shpod, he added multi-arch support! :tada:
As the title says, could this image support arm64 architecture. I know alpine (which this image is based on) supports arm64 but I am not sure the other components if they support arm64.
Thanks