mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-30 10:34:31 +02:00
On aarch64, native Node.js modules (sharp, @next/swc, etc.) may have been incorrectly cross-compiled via Docker BuildKit QEMU emulation. Add an npm rebuild step that runs at startup on aarch64 to re-download the correct prebuilt native binaries for the actual hardware. Fixes #XXXX Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>