Skip to content
New issue

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

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

Open
ToshY opened this issue Feb 26, 2024 · 3 comments
Labels
area: installer Changes related to the installation script.

Comments

@ToshY
Copy link

ToshY commented Feb 26, 2024

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 ToshY changed the title go-task/task crit platform linux/arm is not supported Install script fails on Raspberry PI with go-task/task crit platform linux/arm is not supported Feb 26, 2024
@ToshY ToshY changed the title Install script fails on Raspberry PI with go-task/task crit platform linux/arm is not supported Install script fails on Raspberry Pi with go-task/task crit platform linux/arm is not supported Feb 26, 2024
@task-bot task-bot added the state: needs triage Waiting to be triaged by a maintainer. label Feb 26, 2024
@pd93
Copy link
Member

pd93 commented Mar 4, 2024

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

@pd93 pd93 added area: installer Changes related to the installation script. and removed state: needs triage Waiting to be triaged by a maintainer. labels Mar 4, 2024
@ToshY
Copy link
Author

ToshY commented Mar 4, 2024

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

@liu2g
Copy link

liu2g commented Sep 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: installer Changes related to the installation script.
Projects
None yet
Development

No branches or pull requests

4 participants