go-task / task

A task runner / simpler Make alternative written in Go
https://taskfile.dev
MIT License
11.13k stars 595 forks source link

Install script fails on Raspberry Pi with `go-task/task crit platform linux/arm is not supported` #1516

Open ToshY opened 7 months ago

ToshY commented 7 months ago

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


Possibly related to #842

pd93 commented 6 months ago

@ToshY Are you sure that your reported uname -m is correct? I would expect it to be armv7l, not amrv7l?

ToshY commented 6 months ago

@pd93 You're absolutely correct, that's a typo (from manually typing). Updated it. The problem still exists however.

liu2g commented 2 weeks ago

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