dani3l0 / honey

Nice and sweet place for all your self-hosted services.
https://honeyy.vercel.app/
139 stars 3 forks source link

arm support #3

Closed sapphire444 closed 2 months ago

sapphire444 commented 7 months ago

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

any plans on arm support? it's the most beautiful dashboard i've ever seen :(

dani3l0 commented 7 months ago

Hey, I'm glad u like the dashboard

I guess the problem is related to GitHub Workflows and poor setup I've done. For now, you can either try to deploy via provided Dockerfile or host it bare-metal (by putting assets on some webserver). But yes, arm support is essential as so many people run small homeservers on RaspberryPis and other devices.

I will try to update GitHub Workflows file to build images for other arches as well.

Thanks for opening the issue!

dani3l0 commented 7 months ago

Seems like it works? I guess you can even pull the image without sha hash image

However, I didn't manage to build armv7 image because GitHub Actions worker somehow just hanged on npm install (at least for 10 minutes)

Lemme know if it works for you

dani3l0 commented 2 months ago

Arm support is done.

Feel free to reopen if there are any further issues related to this topic.