-
-
Notifications
You must be signed in to change notification settings - Fork 270
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
The devcontainer build is broken due to linux/arm64 issues #1484
Comments
I have pushed a change to only build for amd64 for the time being, this broke two weeks ago with no clear reason as to why. |
Could you elaborate on what broke? I did some substantial overhaul on the devcontainer – I'm running on an M1 and my devcontainer built/runs natively. I can rip out some of the customizations I made and submit a PR if you're open to it – this container comes in around 1GB compressed, ~4.5GB uncompressed. (I switched to |
The devcontainer GHA had issues building for arm64 it might be fixed now but I haven't had time to revisit it. I mainly stuck with alpine because it has more CLI tools with recent versions, this allowed me to not have to hunt around for 3rd party devcontainer packages to include. |
Fixed using the ubuntu-24.04 runner |
One short fix would be to remove arm64 support for the devcontainer.
The text was updated successfully, but these errors were encountered: