ASDF install intel version of package
version 0.1, 2023-03-08
Post asdf v0.16.0
Each plugin needs to add support independently.
For the hashicorp plugin you can run:
ASDF_HASHICORP_OVERWRITE_ARCH=amd64 asdf install
Pre asdf v0.16.0
Previously, asdf was written in bash and you could simply do use arch:
To install a package that is only available for intel add arch -x86_64 before the command:
arch -x86_64 asdf install kops 1.19.3
Can this be added directly to the ~/.tool-versions file?
The answer is no.
Tool authors need to define the architectures they support as described here: