task
task copied to clipboard
Install script fails on Raspberry Pi with `go-task/task crit platform linux/arm is not supported`
Trying to use the install script on my Raspberry Pi 3 Model B fails:
admin@rpi:~ $ sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9634 100 9634 0 0 35814 0 --:--:-- --:--:-- --:--:-- 35814
go-task/task crit platform linux/arm is not supported. Make sure this script is up-to-date and file request at https://github.com/go-task/task/issues/new
- Task version: Install script
- Operating system:
$ uname -s Linux $ uname -m armv7l $ lsb_release -a No LSB modules are available. Distributor ID: Raspbian Description: Raspbian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye - Experiments enabled: n/a
Possibly related to #842
@ToshY Are you sure that your reported uname -m is correct? I would expect it to be armv7l, not amrv7l?
@pd93 You're absolutely correct, that's a typo (from manually typing). Updated it. The problem still exists however.
I tried the install script on Raspberry Pi 4B and 5 with the official 64-bit lightweight image and it ran okay. So this could potentially be a 32-bit RPi only issue
$ uname -a
Linux raspberrypi 6.6.31+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.31-1+rpt1 (2024-05-29) aarch64 GNU/Linux