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

rootless-install.sh script does not choose correct ARM version file #303

Open
nom05 opened this issue Aug 5, 2022 · 1 comment
Open

Comments

@nom05
Copy link

nom05 commented Aug 5, 2022

Dear authors,

I'm using Debian 11-based distro called armbian and I would like to install rootless docker. When the script tries to download the needed files, for example:
STATIC_RELEASE_URL="https://download.docker.com/linux/static/$CHANNEL/$(uname -m)/docker-${STABLE_LATEST}.tgz"

"uname -m" prints "armv7l" instead of the available versions to download (aarch64, armel, armhf, ppc64le, ...) and the script cannot find it. In my case, my correct selection is "armhf" and I will replace it in the script. I write this issue to be taken into account in future releases of this script.

Best regards and thank you for the effort

@renee-git
Copy link

i have the same problem on raspberry pi 4 running rpi os 64 bit. uname -m detects armv7l, but dpkg --print-architecture correctly detects armhf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants