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
As a user on an arm64 architecture, I can follow the same instructions as a user on x64 architecture when running the CLI docker images
We are only building and publishing images for x64, and then these images are not runnable on recent arm-based Macs.
No response
This came up during a setup for a user on a recent Mac
We should use docker multiplatform builds to also build and publish for arm, at least the tools we expect users to run locally on their machines: https://docs.docker.com/build/building/multi-platform/
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Expected Behavior
As a user on an arm64 architecture, I can follow the same instructions as a user on x64 architecture when running the CLI docker images
Current Behavior
We are only building and publishing images for x64, and then these images are not runnable on recent arm-based Macs.
Error message
No response
Environment
No response
How to reproduce
This came up during a setup for a user on a recent Mac
Anything else?
We should use docker multiplatform builds to also build and publish for arm, at least the tools we expect users to run locally on their machines: https://docs.docker.com/build/building/multi-platform/
The text was updated successfully, but these errors were encountered: