This website requires JavaScript.
Explore
Help
Register
Sign In
tyler.durden
/
compose
mirror of
https://github.com/docker/compose.git
Watch
1
Star
0
Fork
You've already forked compose
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bdb3f91eb4
compose
/
pkg
/
e2e
/
fixtures
/
build-test
/
platforms
/
compose.yaml
10 lines
149 B
YAML
Raw
Normal View
History
Unescape
Escape
add support of platforms in build section Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-08-08 16:03:36 +02:00
services
:
platforms
:
don't push images at the end of multi-arch build (and simplify e2e tests) 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>
2022-08-31 20:53:41 +02:00
image
:
build-test-platform:test
add support of platforms in build section Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-08-08 16:03:36 +02:00
build
:
context
:
.
platforms
:
-
linux/amd64
-
linux/arm64