We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello.
Ubuntu 22.04 LTS on Raspberry Pi 4.
$ uname -i -m aarch64 aarch64
$ sudo apt-get install arduino-cli arduino-cli 0.29.0 from manchoz installed $ arduino-cli /snap/arduino-cli/33/snap/command-chain/snapcraft-runner: 4: exec: /snap/arduino-cli/33/usr/bin/arduino-cli: Exec format error
A little experimentation shows that this the arduino-cli that has been installed is the i386 one:
$ wget -q https://github.com/arduino/arduino-cli/releases/download/0.29.0/arduino-cli_0.29.0_Linux_32bit.tar.gz $ tar -xzf arduino-cli_0.29.0_Linux_32bit.tar.gz $ diff -s arduino-cli /snap/arduino-cli/33/usr/bin/arduino-cli Files arduino-cli and /snap/arduino-cli/33/usr/bin/arduino-cli are identical
The arduino-cli from https://github.com/arduino/arduino-cli/releases/download/0.29.0/arduino-cli_0.29.0_Linux_ARM64.tar.gz runs flawlessly.
Even sudo SNAP_ARCH=aarch64 snap install arduino-cli installs the incorrect version.
sudo SNAP_ARCH=aarch64 snap install arduino-cli
The text was updated successfully, but these errors were encountered:
I ran into this issue w/ i386 32bit version on my Linux server. I tried setting SNAP_ARCH to amd64 but it still installs 32-bit version.
Sorry, something went wrong.
No branches or pull requests
Hello.
Ubuntu 22.04 LTS on Raspberry Pi 4.
A little experimentation shows that this the arduino-cli that has been installed is the i386 one:
The arduino-cli from https://github.com/arduino/arduino-cli/releases/download/0.29.0/arduino-cli_0.29.0_Linux_ARM64.tar.gz runs flawlessly.
Even
sudo SNAP_ARCH=aarch64 snap install arduino-cli
installs the incorrect version.The text was updated successfully, but these errors were encountered: