Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make terraform/install on Apple Sillicon results in wrong download url #378

Open
hans-d opened this issue Feb 7, 2024 · 1 comment
Open
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@hans-d
Copy link

hans-d commented Feb 7, 2024

Describe the Bug

make terraform/install
Installing Terraform 1.0.11 (linux) from https://releases.hashicorp.com/terraform/1.0.11/terraform_1.0.11_linux_aarch64.zip
curl: (22) The requested URL returned error: 404

Expected Behavior

Installing Terraform 1.0.11 (linux) from https://releases.hashicorp.com/terraform/1.0.11/terraform_1.0.11_linux_arm64.zip

Steps to Reproduce

See above

Screenshots

No response

Environment

Running in a linux docker container

Additional Context

No response

@hans-d hans-d added the bug Something isn't working label Feb 7, 2024
@Nuru Nuru added the invalid This doesn't seem right label Mar 4, 2024
@Nuru
Copy link
Sponsor Contributor

Nuru commented Mar 4, 2024

@hans-d I cannot reproduce this issue. Please elaborate.

Currently, build-harness is only built for linux/amd64 because it is built on Alpine and we do not have underlying support for ARM64 on Alpine.

Therefore, inside the build-harness container, make terraform/install should install the x86 version. Outside of the container, I get the ARM64 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

2 participants