celestiaorg / supply

API that returns the current circulating and total supply of TIA
https://supply.celestia.org
3 stars 2 forks source link

Docker image architecture is arm64 when it should be amd64 #22

Closed rootulp closed 10 months ago

rootulp commented 10 months ago

Context

I just created an image locally, uplaoded it to Scaleway and tried to deploy it. I encountered

Screenshot 2023-11-16 at 3 25 35 PM

Problem

It looks like the image's architecture is incorrect.

docker inspect celestiaorg/supply

        "Architecture": "arm64",
        "Variant": "v8",
        "Os": "linux",

Note: My local Mac is arm64 and I wonder if that caused this issue