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
Hi,
When I try to use official images, it looks like all of them report aarch64 as the running architecture. Except for the 1.77.2 version:
aarch64
1.77.2
$ docker run --rm -it rust:1.77 uname -m aarch64 $ docker run --rm -it rust:1.77.1 uname -m aarch64 $ docker run --rm -it rust:1.77.2 uname -m armv7l $ docker run --rm -it rust:1.78 uname -m aarch64
I would expect that it would be the same for all versions.
I'm on a macOS 13.6.6 (22G630) on Apple M2 Pro with docker desktop 4.25.0 (126437).
13.6.6 (22G630)
Apple M2 Pro
4.25.0 (126437)
The text was updated successfully, but these errors were encountered:
Works like normal for me
$ docker run --rm -it rust:1.77.2 uname -m aarch64
Sorry, something went wrong.
No branches or pull requests
Hi,
When I try to use official images, it looks like all of them report
aarch64
as the running architecture. Except for the1.77.2
version:I would expect that it would be the same for all versions.
I'm on a macOS
13.6.6 (22G630)
onApple M2 Pro
with docker desktop4.25.0 (126437)
.The text was updated successfully, but these errors were encountered: