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

arm32 broken since 0.2.1 #50

Open
binomial0 opened this issue May 14, 2023 · 0 comments
Open

arm32 broken since 0.2.1 #50

binomial0 opened this issue May 14, 2023 · 0 comments

Comments

@binomial0
Copy link

The 0.1.6 release included a linux-arm binary, the 0.2.1 release only includes a linux-arm64 binary. On arm32, the install script still tries to download the linux-arm binary, which fails with a HTTP 404 error.

Possibly related to #27, but the workaround of just downloading the arm64 binary does not work on a system that is actually arm32.
However, if I modify the install script to download 0.2.1 instead of the latest release, it seems to work without issue.

The ideal fix would be providing arm32 binaries of the latest version again.
If not supporting arm32 is intentional, it should be documented somewhere. You might also consider providing a script that just installs the legacy 0.2.1 release, so that users do not have to modify the install script themselves.

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

No branches or pull requests

1 participant