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

Workflow enforces amd64 image over arm64 and fails #83

Open
EchedelleLR opened this issue Dec 27, 2024 · 0 comments
Open

Workflow enforces amd64 image over arm64 and fails #83

EchedelleLR opened this issue Dec 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@EchedelleLR
Copy link

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'
@EchedelleLR EchedelleLR added the bug Something isn't working label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant