kodless / leek

Celery Tasks Monitoring Tool
https://tryleek.com
Apache License 2.0
150 stars 18 forks source link

Can't run on Apple M1 silicon #89

Open erwannbst opened 1 month ago

erwannbst commented 1 month ago

I can't run the docker image on Apple ARM chips, so every recent macbooks.

I get :

 ⠇ leek Pulling                                                                                                                                                                                                                                                                                                                                                            1.7s 
no matching manifest for linux/arm64/v8 in the manifest list entries
adnathanail commented 1 month ago

Try setting platform: linux/amd64

services:
  ....
  app:
    image: kodhive/leek:0.7.0
    platform: linux/amd64
    environment:
      ....