This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Description
Hello everyone,
I am currently installing jesse docker but the docker run process kept exiting.
ubuntu:~/jesse$ sudo docker-compose run jesse bash
Starting jesse-db-1 ... done
Starting jesse-jesse-trades-info-1 ... done
Creating jesse_jesse_run ... done
standard_init_linux.go:228: exec user process caused: exec format error
ERROR: 1
It turns out that the image from jesse docker only support linux/amd64 and I'm running on arm64 machine.
ubuntu:~/jesse$ sudo docker create --name="jesse_tmp" salehmir/jesse:latest
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
ade2475fe415f72f70b94606dc6a31ae8ee7191652e47f97d2134305d41e3549
Are you planning to build images for arm64? Thanks.