devcontainers / devcontainers/action
Support aarch64 by default
Open
- Dominant language
- TypeScript
- Stars
- 88
- Forks
- 32
- PR merge metrics
- No merged PRs in 30d
Description
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 https://github.com/devcontainers/template-starter/issues/46
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.