mirror of
https://github.com/docker/compose.git
synced 2025-08-19 16:48:12 +02:00
support DOCKER_DEFAULT_PLATFORM when 'compose up --build' add tests to check behaviour when DOCKER_DEFAULT_PLATFORM is defined Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
10 lines
149 B
YAML
10 lines
149 B
YAML
services:
|
|
platforms:
|
|
image: build-test-platform:test
|
|
build:
|
|
context: .
|
|
platforms:
|
|
- linux/amd64
|
|
- linux/arm64
|
|
|