Skip to content
New issue

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

Support aarch64 by default #223

Open
elibroftw opened this issue Mar 7, 2025 · 1 comment
Open

Support aarch64 by default #223

elibroftw opened this issue Mar 7, 2025 · 1 comment

Comments

@elibroftw
Copy link

elibroftw commented Mar 7, 2025

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

@elibroftw elibroftw changed the title Support aarch64 by defualt Support aarch64 by default Mar 7, 2025
@elibroftw
Copy link
Author

If you add platforms as an input then there is no problem. I have a custom build script. See my devcontainer repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant