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