-
Notifications
You must be signed in to change notification settings - Fork 469
Closed
Description
Installs for terraform version < 1.0.2 fail on my M1 mac unless TFENV_ARCH=amd64 is specified.
% tfenv install 1.0.2
Installing Terraform v1.0.2
Downloading release tarball from https://releases.hashicorp.com/terraform/1.0.2/terraform_1.0.2_darwin_arm64.zip
###################################################################################################################################### 100.0%
Downloading SHA hash file from https://releases.hashicorp.com/terraform/1.0.2/terraform_1.0.2_SHA256SUMS
Not instructed to use Local PGP (/opt/homebrew/Cellar/tfenv/3.0.0/use-{gpgv,gnupg}) & No keybase install found, skipping OpenPGP signature verification
Archive: /var/folders/18/dd_564kj0mx9njswprq1tg6m0000gn/T/tfenv_download.XXXXXX.25rviT3E/terraform_1.0.2_darwin_arm64.zip
inflating: /opt/homebrew/Cellar/tfenv/3.0.0/versions/1.0.2/terraform
Installation of terraform v1.0.2 successful. To make this your default version, run 'tfenv use 1.0.2'
% tfenv install 1.0.1
Installing Terraform v1.0.1
Downloading release tarball from https://releases.hashicorp.com/terraform/1.0.1/terraform_1.0.1_darwin_arm64.zip
curl: (22) The requested URL returned error: 404
Tarball download failed
% TFENV_ARCH=amd64 tfenv install 1.0.1
Installing Terraform v1.0.1
Downloading release tarball from https://releases.hashicorp.com/terraform/1.0.1/terraform_1.0.1_darwin_amd64.zip
###################################################################################################################################### 100.0%
Downloading SHA hash file from https://releases.hashicorp.com/terraform/1.0.1/terraform_1.0.1_SHA256SUMS
Not instructed to use Local PGP (/opt/homebrew/Cellar/tfenv/3.0.0/use-{gpgv,gnupg}) & No keybase install found, skipping OpenPGP signature verification
Archive: /var/folders/18/dd_564kj0mx9njswprq1tg6m0000gn/T/tfenv_download.XXXXXX.Yxrr9RXM/terraform_1.0.1_darwin_amd64.zip
inflating: /opt/homebrew/Cellar/tfenv/3.0.0/versions/1.0.1/terraform
Installation of terraform v1.0.1 successful. To make this your default version, run 'tfenv use 1.0.1'
Not shown: fishing for the lowest version with arm64 support
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels