You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for providing homematic-manager.
I noticed the builds are amd64-only. Could you provide source and/or builds for armhf architecture?
It would be highly appreciated.
cheers
The text was updated successfully, but these errors were encountered:
It's not really practically possible to crosscompile this project (cause of node-gyp limitations), so I can't build that on a CI Service like Travis or Appveyor, they only have x86 arch available. Doing it in an emulated env via qemu is also not really practically doable on travis. Until know I'm not aware of any service that offers travis/appveyor-like functionality free of charge and supports arm arches.
So for now: you have to build it yourself on the target arch. Basically that means:
Hi,
Thanks for providing homematic-manager.
I noticed the builds are amd64-only. Could you provide source and/or builds for armhf architecture?
It would be highly appreciated.
cheers
The text was updated successfully, but these errors were encountered: