Makefile: plain output when building container
This commit is contained in:
parent
48bc7fbbf9
commit
394a460405
1
Makefile
1
Makefile
|
|
@ -138,6 +138,7 @@ container: .container-$(DOTFILE_IMAGE) container-name
|
||||||
Dockerfile.in > .dockerfile-$(OS)_$(ARCH)
|
Dockerfile.in > .dockerfile-$(OS)_$(ARCH)
|
||||||
@docker buildx build \
|
@docker buildx build \
|
||||||
--no-cache \
|
--no-cache \
|
||||||
|
--progress=plain \
|
||||||
--load \
|
--load \
|
||||||
--platform "$(OS)/$(ARCH)" \
|
--platform "$(OS)/$(ARCH)" \
|
||||||
--build-arg HTTP_PROXY=$(HTTP_PROXY) \
|
--build-arg HTTP_PROXY=$(HTTP_PROXY) \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue