You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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
The text was updated successfully, but these errors were encountered: