ASDF install intel version of package
version 0.1, 2023-03-08
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: