celestiaorg / supply

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

feat: add dockerFile with linux/amd64 image only #19

Closed Bidon15 closed 11 months ago

Bidon15 commented 11 months ago

Overview

We are only building for linux/amd64 as serverless containers(aka lambdas) in scaleway and digital ocean only support amd64 for now and can't provide arm64 arch.

Checklist

Bidon15 commented 11 months ago

LGTM! Two non-blocking nits to move comments closer to the line of code they describe

Thanks for the review! Applied the changes and merging the PR