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

Cannot install TILT on aarch64 #5

Open
wataruian opened this issue Apr 7, 2023 · 0 comments · May be fixed by #6
Open

Cannot install TILT on aarch64 #5

wataruian opened this issue Apr 7, 2023 · 0 comments · May be fixed by #6

Comments

@wataruian
Copy link

When uname -m outputs aarch64, asdf will fail to install TILT due to the download link does not exist for aarch64 but for arm64 it does exist.

I believe aarch64 and arm64 refer to the same architecture?

If so, then I think we can just alter this function:

get_arch() {
  # the tilt builds arch names match the output of uname -m exactly.
  uname -m
}

To return arm64 if the result from uname -m is aarch64, to be able to download the same binary of arm64

@simloo simloo linked a pull request Sep 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant