Open dennysubke opened 1 hour ago
Thank you very much for opening up this issue! I am currently a bit overwhelmed by the many requests that arrive each week, so please forgive me, if I fail to respond personally. I am still very likely to at least skim read your request and I'll probably try to fix all (real) bugs if possible and I will likely review every single PR being made (please, give me a heads up if you intent to do so) and I will try to work on popular requests (please upvote via thumbs up on the original issue) whenever possible, but trying to respond to every single issue over the last years has been kind of draining and I need to adjust my approach for this project to remain fun for me and to make any progress with actually coding new stuff. Thanks for your understanding!
Hello there dennysubke! 👋
Thank you and congratulations 🎉 for opening your very first issue in this project! 💖
In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀
For more open ended discussions and/or specific questions, please visit the discussions page. 💖
Problem Statement
The Docker image for Super Productivity does not support the
arm64
architecture. This limits its usability on devices like Raspberry Pi or other ARM-based servers, making it challenging for users on such platforms to benefit from the application.:grey_question: Possible Solution
Provide an ARM-compatible version of the Docker image. Ideally, this should be released as a Multi-Architecture Docker Image and uploaded to Docker Hub. This would ensure that users on both
arm64
andamd64
architectures can seamlessly pull and use the image.:arrow_heading_up: Describe alternatives you've considered
:heavy_plus_sign: Additional context
ARM support would help a broader range of users, particularly those running on Raspberry Pi or similar ARM-based systems. I'd be happy to assist with testing or provide feedback to support the development of an ARM-compatible image.
Uploading the image as a Multi-Architecture Image to Docker Hub would simplify accessibility for all users.