arm64 Support!
This issue was opened almost 2 months ago now, any plans to support this? And if so, going back through older version permutations?
This issue was opened almost 2 months ago now, any plans to support this? And if so, going back through older version permutations?
Plan to support it. Need to investigate if docker buildx is possible to use with docker-py first or if further refactoring is needed.
When do you expect to do that?
When do you expect to do that?
No estimate, but repo is in a better shape now to add the missing multi arch support using docker buildx
Would be keen for this if possible!
@nikolaik Docker-Pi seems to have support for --platform in the build process (source)
Is there any way to build it manually for running in arm64 but reusing the packages installed in this repo?
Hey! Are there any updates on this or do you have an estimated timeline for when this will be implemented? Thanks in advance!
Hi! any updates on this?
Any updates on this?
Hi there and sorry for the lack of updates! I'll try to merge https://github.com/nikolaik/docker-python-nodejs/pull/57 this week, which starts building arm64 for the all the debian variants. I'm holding off on alpine because of pending unoffical musl+arm64 builds which is blocked on this: https://github.com/nodejs/node/pull/45756
@nikolaik Thank you!
Just merged #57! let me know if you run into any issues <3 I opened #70 to track arm64 support for the alpine images
@nikolaik Thank you, really appreciate it!