-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add ability to overwrite the architecture used when installing #2
Conversation
This would be a really useful feature to add. Is there anything blocking this? Or another workaround? |
+1 @ohmer can you merge that? |
+1 |
1 similar comment
+1 |
This PR has been around for forever. Unfortunately Ohmer might have a lot going on, so I think it's time we fork and move on. |
So sorry folks, forgot about this and I don't use terragrunt anymore. Happy to merge without testing. Please take ownership of this if you want to. |
No worries! That actually might be something the community might be open to doing since you don't use the tool anymore. FWIW, I did verify it worked, installing the plugin from the fork. So it should be good to go. |
I'll ask around internally (I work at Gruntwork, maintainer of Terragrunt) to see if there is interest in having a |
@yorinasub17 reviving an old thread but please see #3. Anyone at Gruntwork keen? |
Heya! Unfortunately, I've moved on from Gruntwork since I opened this, and I was the only one using Sorry I can't be of help here! |
all good, thanks for the update @yorinasub17! |
This uses a similar environment variable override supported by asdf-hashicorp for overriding the target architecture used to download the binary, which is useful when installing older versions of
terragrunt
that did not publishdarwin/arm64
binaries.