Support for arm64 docker images? #257
yatharthranjan
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
All of the GitHub actions where the docker images are built as part of the release have an arm64 platform tag. Indeed, that could be expanded to all images components. Currently supported:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Makes sense to support this, as you say both server-side, Apple and IoT will likely drive this requirement in the near term. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just a question, should we start supporting arm64 arch in docker images? This is getting more popular now with M1 MacBooks and also some server offerings (like AWS Graviton2). Another advantage is being able to run components on IoT devices like raspberry pi (the latest raspbian now supports arm64).
Not sure how feasible this will be though, since some base images, libs, etc required for building might now be available on arm64 but still worth investigating.
Any thoughts @afolarin @blootsvoets?
Beta Was this translation helpful? Give feedback.
All reactions