antonmedv / walk

Terminal file manager
MIT License
3.22k stars 89 forks source link

snap install on ARM installs wrong binary #52

Closed blackjack75 closed 1 year ago

blackjack75 commented 1 year ago

I suspect it returns the intel version. If there is no ARM / ARM64 version it should not be available for ARM devices

blackjack75 commented 1 year ago

Thanks ! So solution was indeed to make it not available on ARM64 for snap ? I manually downloaded the prebuilt ARM64 binary which works beautifully on RaspberryPi but if I install with snap I still get

sudo snap install walk error: snap "walk" is not available on stable for this architecture (arm64) but exists on other architectures

antonmedv commented 1 year ago

I just didn't specify arch in my span.yaml. Don'r know why Ubuntu decided to build only one arch.