spectrum-finance / ergo-dex-backend

Spectrum Finance backend services including AMM bots and OrderBook matcher
Creative Commons Zero v1.0 Universal
39 stars 17 forks source link

events-tracker image does not match the detected host platform #99

Open ccgarant opened 9 months ago

ccgarant commented 9 months ago

I'm currently running on Asahi ArchLinux arm64.

Upon a 'docker compose up -d' I get the following error:

! events-tracker The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 0.0s

Can I add anything to the docker compose file for the events watcher?

ccgarant commented 9 months ago

I believe this means you expect a Linux/amd64 but what I have is Linux/arm64.

Can you make updates / instructions on how to create a new arm64 build?