Commit Graph

6 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
912c572ec0 Fix Illegal instruction crash on aarch64 by rebuilding native modules
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>
2026-02-26 17:13:28 +00:00
Alexandre
69efb6bccf Fix permissions for entrypoint.sh 2025-12-27 20:40:17 +01:00
Alexandre
9e6bf099a6 Add gosu dependency and bump social_to_mealie version 2025-12-27 20:03:12 +01:00
Alexandre
05c4f09e5f Update 99-run.sh 2025-12-27 09:44:57 +01:00
Alexandre
5b44e1c234 Update 99-run.sh to export variables to entrypoint.sh
Added export commands to entrypoint.sh for required and optional variables.
2025-12-27 09:40:17 +01:00
Alexandre
0ff3975de3 Remove social_to_mealie binary assets 2025-12-27 09:20:19 +01:00