Skip to content

Instantly share code, notes, and snippets.

@akullpp
Last active May 23, 2022 09:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akullpp/fd56fe34fff9bc05662599662e0a1e6b to your computer and use it in GitHub Desktop.
Save akullpp/fd56fe34fff9bc05662599662e0a1e6b to your computer and use it in GitHub Desktop.
Install a different arch (e.g. darwin_amd64) with asdf if you have a M1 macbook (e.g. darwin_arm64)
arch -x86_64 asdf install <plugin> <version>
asdf install terraform 0.13.7
Downloading terraform version 0.13.7 from https://releases.hashicorp.com/terraform/0.13.7/terraform_0.13.7_darwin_arm.zip
Error: terraform version 0.13.7 not found
arch -x86_64 asdf install terraform 0.13.7
Downloading terraform version 0.13.7 from https://releases.hashicorp.com/terraform/0.13.7/terraform_0.13.7_darwin_amd64.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment