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
Is your feature request related to a problem? Please describe.
There are several projects that is immediately compilable on arm. It does not require using installing go using ASDF_GOLANG_OVERWRITE_ARCH. But there are projects that is not immediately compilable due to its dependency not having arm build (i.e. that depends on this), so using ASDF_GOLANG_OVERWRITE_ARCH
Problem arise if there are project of both type that needs to run on the same version
Describe the solution you'd like
Something like this should work
Interesting idea. So in this case you would have to set the full version with arch in the project's .tool-versions or it would fall back to the default for that version?
Is your feature request related to a problem? Please describe.
There are several projects that is immediately compilable on arm. It does not require using installing go using
ASDF_GOLANG_OVERWRITE_ARCH
. But there are projects that is not immediately compilable due to its dependency not having arm build (i.e. that depends on this), so usingASDF_GOLANG_OVERWRITE_ARCH
Problem arise if there are project of both type that needs to run on the same version
Describe the solution you'd like
Something like this should work
It should not change the default behaviour of
asdf install golang 1.17
, it still install the current arch.Describe alternatives you've considered
What I do right now is to use different patches for different arch on the same major version. i.e.
Thank you
The text was updated successfully, but these errors were encountered: