grimoire icon indicating copy to clipboard operation
grimoire copied to clipboard

Running new image for 0.5 on ARM (Raspberry pi 4) gives error grimoire "exec /docker-entrypoint.sh: exec format error"

Open MattDHarding opened this issue 9 months ago • 2 comments

Describe the bug When running the new docker image for 0.5 on ARM (Raspberry Pi 4) I get the error:

grimoire    | exec /docker-entrypoint.sh: exec format error
grimoire exited with code 1

To Reproduce Steps to reproduce the behavior:

  1. Pull the new docker image on ARM
  2. docker-compose up
  3. errors

Expected behavior Docker image starts

Desktop (please complete the following information):

  • OS: ubuntu 24.04
  • Version 0.5

Additional context Docker compose is the same as the one provided on grimoire.pro (apart from the labels needed by Traefik)

The same compose file runs 0.4 just fine (I switched back).

MattDHarding avatar Feb 28 '25 14:02 MattDHarding

I did a little digging: The docker-entrypoint.sh file looks ok to me. Checking for the web indicates that this might be architecture releated, but I definitely have the arm64 image as docker image inspect goniszewski/grimoire:latest contains "Architecture": "arm64",

MattDHarding avatar Feb 28 '25 14:02 MattDHarding

Hello @MattDHarding! I had some issues building the ARM version of the image and it is probably related to it. For now please use the previous stable version.

goniszewski avatar Mar 01 '25 17:03 goniszewski