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
Describe the bug
Action enforces downloading amd64 version of the image.
To Reproduce
Create a self-hosted GitHub runner with ARM
Execute a raw worflow with a basic Terraform Plan
Expected behavior
Image used is arm64.
Nice to have
Run gruntwork-io/terragrunt-action@v2
/usr/bin/docker run **SENSITIVE**
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
2024-12-27 12:21:33 Starting Terragrunt Action
2024-12-27 12:21:33 Installing Terraform version 1.6.6
cloning https://github.com/asdf-community/asdf-hashicorp.git
mise plugin:terraform ✓ https://github.com/asdf-community/asdf-hashicorp.git#22eb1c4
installing
~/.local/share/mise/plugins/terraform/bin/install
Downloading terraform version 1.6.6 from https://releases.hashicorp.com/terraform/1.6.6/terraform_1.6.6_linux_amd64.zip
...
* Failed to execute "terraform --version" in **SENSITIVE**
fork/exec ../../../home/.local/share/mise/installs/terraform/1.6.6/bin/terraform: invalid argument
Versions
Terragrunt Action version: v2
Environment details:
TF_VERSION: '1.6.6'
TG_VERSION: '0.69.13'
The text was updated successfully, but these errors were encountered:
Describe the bug
Action enforces downloading amd64 version of the image.
To Reproduce
Expected behavior
Image used is arm64.
Nice to have
Versions
The text was updated successfully, but these errors were encountered: