You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can no longer start the albyhub container, always with the below error
Running on pi5,
uname -a
Linux btcpi5 6.6.62+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/Linux
sudo docker compose --verbose up
TRAC[0000] Docker Desktop integration not enabled
[+] Running 1/0
✔ Container albyhub Created 0.0s
Attaching to albyhub
albyhub | exec /bin/main: exec format error
albyhub exited with code 255
DEBU[0000] otel error error=""
DEBU[0000] otel error error=""
I have tried reverting to older images but the error remains the same
The text was updated successfully, but these errors were encountered:
Hey,
The prompt for the command was good. Found when I first ran it and setup, I used a docker run command, and not the compose.
The default compose file had a platform entry I hadn't noticed so forced amd64.
I can no longer start the albyhub container, always with the below error
Running on pi5,
uname -a
Linux btcpi5 6.6.62+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/Linux
sudo docker compose --verbose up
TRAC[0000] Docker Desktop integration not enabled
[+] Running 1/0
✔ Container albyhub Created 0.0s
Attaching to albyhub
albyhub | exec /bin/main: exec format error
albyhub exited with code 255
DEBU[0000] otel error error=""
DEBU[0000] otel error error=""
I have tried reverting to older images but the error remains the same
The text was updated successfully, but these errors were encountered: