Can't run docker image on Odroid
chris24walsh opened this issue · 2 comments
I'm trying to run gsocket on an odroid via the docker image, but I encounter this error:
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Obviously the cpu architecture is wrong for the supplied image, can you advise if this can be supported?
Output of uname:
# uname -a
Linux homeassistant 5.10.70 #1 SMP PREEMPT Mon Oct 4 22:52:32 UTC 2021 aarch64 HAOS
Thanks for reporting this problem. I dont have Odroid.
What command are you issuing to get this problem? Sounds like a docker problem and not a gsocket problem.
Try compile gsocket from source or use the binary from here.
Please reopen this issue if this does not solve your problem.