DopplerHQ / cli

The official CLI for interacting with your Doppler secrets and configuration.
https://docs.doppler.com
Apache License 2.0
214 stars 43 forks source link

chore: fix platform error when building on arm64 machine #310

Closed Piccirello closed 2 years ago

Piccirello commented 2 years ago

When our docker image is built on an arm64 machine, it fails to execute on amd64 machines. Conversely, when our image is built on an amd64 machine, it can run on both architecures. Thus, we now always build an amd64 image. This is an intermediate step until we ultimately build an image for each architecture.

Closes ENG-3657.