Looks like it may be related to the packaging, an x86 version of electron…
scottwalsh@calendar:/opt/mm/run $ docker cp mm:/opt/magic_mirror/node_modules/electron/dist/electron /tmp/mm-electron
Successfully copied 218MB (transferred 218MB) to /tmp/mm-electron
scottwalsh@calendar:/opt/mm/run $ readelf -h /tmp/mm-electron | egrep 'Class|Machine|OS/ABI|Entry'
Class: ELF64
OS/ABI: UNIX - System V
Machine: Advanced Micro Devices X86-64
Entry point address: 0x577b8a0
Resolved with adding the following override:
scottwalsh@calendar:/opt/mm/run $
scottwalsh@calendar:/opt/mm/run $ cat compose.override.yaml
services:
magicmirror:
image: karsten13/magicmirror:wolfi-electron-v2.37.0
labels:
- "com.centurylinklabs.watchtower.enable=false"
scottwalsh@calendar:/opt/mm/run $