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
When I follow the template-starter, using a custom Dockerfile results in only amd64 images pushed (and thus available to pull) to ghcr.io.
Ideally the devcontainer CLI would handle setting up QEMU and handling the multi-action, otherwise I have to resort to what home-assistant is doing, https://github.com/home-assistant/devcontainer/blob/c1479dcf6b8b55e2cdfaba53515fe547d5acd08a/.github/workflows/builder.yaml#L50, which is to not use the devcontainer-cli at all.
See devcontainers/template-starter#46
The text was updated successfully, but these errors were encountered:
If you add platforms as an input then there is no problem. I have a custom build script. See my devcontainer repo
Sorry, something went wrong.
No branches or pull requests
When I follow the template-starter, using a custom Dockerfile results in only amd64 images pushed (and thus available to pull) to ghcr.io.
Ideally the devcontainer CLI would handle setting up QEMU and handling the multi-action, otherwise I have to resort to what home-assistant is doing, https://github.com/home-assistant/devcontainer/blob/c1479dcf6b8b55e2cdfaba53515fe547d5acd08a/.github/workflows/builder.yaml#L50, which is to not use the devcontainer-cli at all.
See devcontainers/template-starter#46
The text was updated successfully, but these errors were encountered: