snap install on ARM installs wrong binary
blackjack75 opened this issue · 2 comments
blackjack75 commented
I suspect it returns the intel version. If there is no ARM / ARM64 version it should not be available for ARM devices
blackjack75 commented
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
I just didn't specify arch in my span.yaml. Don'r know why Ubuntu decided to build only one arch.