Files
Main_MiSTer/.devcontainer/docker-compose.yml
Nelson d16bc7332f 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
2025-12-13 21:02:38 +08:00

11 lines
198 B
YAML

version: "3.8"
services:
devcontainer:
build:
context: .
dockerfile: Dockerfile
platform: linux/amd64
volumes:
- ../..:/workspaces:cached
command: sleep infinity