mirror of https://github.com/docker/compose.git
10 lines
164 B
YAML
10 lines
164 B
YAML
|
services:
|
||
|
platforms:
|
||
|
image: localhost:5001/build-test-platform:test
|
||
|
build:
|
||
|
context: .
|
||
|
platforms:
|
||
|
- linux/amd64
|
||
|
- linux/arm64
|
||
|
|