You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I choose the vscode command Rebuild and Reopen in Container, I get a container with an arm64 arch (matching host). Setting export DOCKER_DEFAULT_PLATFORM=linux/amd64 in ~/.zshrc did not help.
The Question:
how to specify --platfrom=linux/amd64 in .devcontainer.json
The text was updated successfully, but these errors were encountered:
This is more of a question than an issue:
Host:
macOS arm64
Image:
mcr.microsoft.com/devcontainers/base:jammy
when I choose the vscode command
Rebuild and Reopen in Container
, I get a container with anarm64
arch (matching host). Settingexport DOCKER_DEFAULT_PLATFORM=linux/amd64
in~/.zshrc
did not help.The Question:
--platfrom=linux/amd64
in .devcontainer.jsonThe text was updated successfully, but these errors were encountered: