zyedidia / eget

Easily install prebuilt binaries from GitHub.
MIT License
866 stars 39 forks source link

Failed to match `linux-arm32` with `linux/arm/v7` #72

Closed klutchell closed 1 year ago

klutchell commented 1 year ago
#11 0.703 2 candidates found for asset chain: please select manually
#11 0.703 (1) powershell-7.3.2-linux-arm32.tar.gz
#11 0.703 (2) powershell-7.3.2-linux-arm64.tar.gz
#11 0.703 Enter selection number: Error reading selection

I would think that for armv7 platforms it would be able to differentiate between arm32 and arm64, no?

zyedidia commented 1 year ago

I just added a commit that should improve arm32 auto-detection, let me know if it fixes the issue.

klutchell commented 1 year ago

This is working great from the HEAD of master. Can we tag a new release?