-
Notifications
You must be signed in to change notification settings - Fork 226
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
Does not work for aarch64 ARM right now #444
Comments
This is not a bug. Linutil dropped ARM support a while ago. |
Oh okay, it's just still in the start.sh code, so it seems like there is support but thanks for the quick answer |
Yes it is... for some reason. I'll open a PR |
Perfect and thanks. I will close this as it does not support ARM and does not intend to support ARM |
I think you can reopen this. We're thinking about adding ARM64 support back. #445 (review) |
Okay I will open this again. Thanks again. I would love ARM support as this product is very good PS: Don't think I have permission to reopen this case. Can anybody reopen it or do I need to make a new issue? |
Make a new one then. |
I have made a new ticket and referenced this one. New ticket is #450 |
Describe the bug
When i try to run the curl command on a Debian 12 ARM i get the error: \033[0;31mERROR: Downloading linutil\033[0m
This happens because the URL that the start.sh script tries to reach does not exist
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should run the linutil
What actually happens
You will get an error because the URL "https://github.com/ChrisTitusTech/linutil/releases/latest/download/linutil-aarch64" gives an 404 error page
Screenshots
The text was updated successfully, but these errors were encountered: