-
Notifications
You must be signed in to change notification settings - Fork 269
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Current Behavior (bug)
When trying to install devbox I'm not able to install it on my raspberry PI because there is no release for linux armv7l.
volumio@volumio:~$ curl -fsSL https://get.jetpack.io/devbox | bash
Devbox 📦 by jetpack.io
Instant and predictable development environments and containers.
This script downloads and installs the latest devbox binary.
Confirm Installation Details
Location: /usr/local/bin/devbox
Download URL: https://releases.jetpack.io/devbox
? Install devbox to /usr/local/bin (requires sudo)? [Y/n] y
Downloading and Installing
✓ Downloading devbox binary... [DONE]
✓ Installing in /usr/local/bin/devbox... [DONE]
✓ Successfully installed devbox 🚀
Next Steps
1. Learn how to use devbox
Run devbox help or read the docs at https://github.com/jetpack-io/devbox
2. Get help and give feedback
Join our community at https://discord.gg/jetpack-io
volumio@volumio:~$ devbox
→ Downloading version 0.5.7...
✘ Command failed (exit code 22): curl --fail --silent --location --output /tmp/tmp.4riQ6m0eOr/devbox_0.5.7_linux_armv7l.tar.gz https://github.com/jetpack-io/devbox/releases/download/0.5.7/devbox_0.5.7_linux_armv7l.tar.gz
volumio@volumio:~$ uname -a
Linux volumio 5.10.92-v7+ #1514 SMP Mon Jan 17 17:36:39 GMT 2022 armv7l GNU/Linux
You can see in the list of assets that this asset is not present: https://github.com/jetpack-io/devbox/releases/tag/0.5.7
Expected Behavior (fix)
A clear and concise description of what you expected to happen.
I am able to install devbox on a linux armv7l architecture.
Additional context
Please include the output of devbox version -v
and
a copy of your devbox.json
file.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working