-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Description
Currently https://gobinaries.com/tj/node-prune fails on 32bit Raspberry PI / also in linux/arm Docker containers:
$ uname -m
armv7l
$ curl -sf https://gobinaries.com/tj/node-prune | sh
==> Downloading github.com/tj/node-prune@master
==> Resolved version master to v1.2.0
==> Downloading binary for linux armv7
Error downloading, got 500 response from server
I found that using "arch=arm" does work, but this workaround is a bit ugly in Dockerfiles:
RUN curl -w %{http_code} -sL -o /usr/local/bin/node-prune "https://gobinaries.com/binary/github.com/tj/node-prune?os=linux&arch=arm&version=v1.2.0" && chmod +x /usr/local/bin/node-prune
gitmalong and csrudy
Metadata
Metadata
Assignees
Labels
No labels