hassio-addons/addon-zwave-js-ui

Fix problems with alpine on arm

robertsLando opened this issue · 3 comments

Hi @frenck, I would like to suggest you a possible way to fix the problem related to releases.

What about using my docker container as base and copy files from there instead of cloning and compiling everythin? You could simply use the arg ARG ZWAVE_JS_UI_VERSION="9.6.0" to do something like:

FROM zwavejs/zwave-js-ui:9.6.0

Sorry I won't be using other bases. This is not just a problem for this addon.

Maybe I explained wrongly, you can still use your base but use mine as a build step from where just copy the already builded sources

I have submitted a PR to show you what I mean