Ensure devcontainer uses the platform of the toolchain (#1073)

* Refactor devcontainer into Docker Compose

We need to make the platform explicit (only via the Docker Compose) as the Dockerfile fetches a crosscompiler for x86.

* Add git to dev container
This commit is contained in:
Nelson
2025-12-13 13:02:38 +00:00
committed by GitHub
parent 5e82f602ed
commit d16bc7332f
3 changed files with 15 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
{
"build": {
"dockerfile": "Dockerfile"
}
}
"dockerComposeFile": "docker-compose.yml",
"service": "devcontainer",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}"
}