We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On an M1 Mac with Docker Desktop running:
docker run --rm -it ruby:3.3.1-alpine apk --print-arch armhf
docker run --rm -it ruby:3.3.0-alpine apk --print-arch aarch64
docker run --rm -it ruby:3.3.1-slim-bookworm dpkg --print-architecture armel
docker run --rm -it ruby:3.3.0-slim-bookworm dpkg --print-architecture arm64
Same for amd64, it gives i386 instead.
The text was updated successfully, but these errors were encountered:
This is expected -- the builds are still in progress, so Docker is pulling for you the "best" architecture supported by your host system.
Sorry, something went wrong.
Ah I should've thought of that. Yea all works as expected now, thanks!
No branches or pull requests
On an M1 Mac with Docker Desktop running:
Same for amd64, it gives i386 instead.
The text was updated successfully, but these errors were encountered: