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

"Using a different architecture" tip needs updating #1669

Open
tangentsoft opened this issue Jan 26, 2025 · 0 comments
Open

"Using a different architecture" tip needs updating #1669

tangentsoft opened this issue Jan 26, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@tangentsoft
Copy link

This doc page references an obsolete image on Docker Hub. Changing the command to "distrobox create -i arm64v8/debian builder" doesn't help.

What worked for me was:

$ distrobox create \
    --image debian \
    --additional-flags \
    --platform=linux/aarch64 \
    debian-aarch64

The "enter" step appears to get stuck, but it's just being super-slow to install the "basic packages" through emulation.

@tangentsoft tangentsoft added the bug Something isn't working label Jan 26, 2025
@tangentsoft tangentsoft changed the title "Using a different architecture" tip fails on multiple levels "Using a different architecture" tip needs updating Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant