excalith / excalith-start-page

Terminal-inspired, clean, feature-rich and customizable browser start page for geeks. Has built-in editor for customizing.
https://excalith-start-page.vercel.app
MIT License
554 stars 163 forks source link

Docker multiplatfom build - arm64 #55

Closed excalith closed 8 months ago

excalith commented 8 months ago

Discussed in https://github.com/excalith/excalith-start-page/discussions/52

Originally posted by **g4xx** December 31, 2023 Hey @excalith ! First off - I really appreciate the aesthetics, simplicity, speed, and the general idea. I love it! Keep it up! I'm currently hosting this via Docker on my x86 server, and it has been working flawlessly. However, I've been exploring the possibility of running it on my ARM64 devices, particularly Raspberry Pi. Today, I experimented by building ARM64 images locally, and it seems to work without any issues. Considering the increasing popularity of ARM-based devices, especially for home servers and IoT projects, I wanted to suggest the addition of ARM64 build targets. This could enhance the accessibility of your project to a broader audience. Thanks for considering this suggestion, and keep up the fantastic work! Best regards!
excalith commented 8 months ago

Currently testing out docker test builds for both arm64 and amd64.

Will merge to main and release soon after I complete tests.