aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cf02016..642970f 100644
--- a/Makefile
+++ b/Makefile
@@ -73,7 +73,7 @@ endif
# multiple Dockerfile's, create a manifest manually, etc.), so it's only here
# for testing purposes, and native builds.
compose/build: check-build
- docker-compose build
+ docker-compose build --progress plain
.PHONY: compose/push
# `docker-compose push` would replace the multiarch repo with a single image by