DopplerHQ / cli

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

[BUG] Unsupported architecture - Apple Silicon #168

Closed andrespera closed 3 years ago

andrespera commented 3 years ago

Describe the bug I am trying to run the Doppler CLI install script in a docker container from PHP:7.4-fpm-alpine, but whenever I get to that steps it fails.

To Reproduce Steps to reproduce the behavior:

  1. FROM PHP:7.4-fpm
  2. RUN (curl -Ls https://cli.doppler.com/install.sh || wget -qO- https://cli.doppler.com/install.sh) | sh
  3. See ERROR: Unsupported architecture 'aarch64'

Expected behavior I expect the script to install doppler in the container

Screenshots

Screen Shot 2020-12-16 at 10 15 45 AM

Desktop (please complete the following information):

Piccirello commented 3 years ago

Go does not yet support building for amd64 (Apple Silicon) on macOS, but we are tracking this internally. Support will be added for this in Go 1.16, which should be released in February 2021. Once 1.16 is released, we will release a new build with support for Apple Silicon.

aaronspindler commented 3 years ago

Is there any update on this bug? I am encountering it today.

Piccirello commented 3 years ago

Apple silicon support was added in Doppler CLI v3.23.0.