Skip to content

Commit 182ec06

Browse files
committed
tests/docker: fix binfmt_misc image building
When we updated the arguments for docker.py we missed a bit. Fixes: dfae628 ("docker.py/build: support -t and -f arguments") Signed-off-by: Alex Bennée <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Message-Id: <[email protected]>
1 parent e336cec commit 182ec06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/docker/Makefile.include

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ docker-binfmt-image-debian-%: $(DOCKER_FILES_DIR)/debian-bootstrap.docker
7878
DEB_ARCH=$(DEB_ARCH) \
7979
DEB_TYPE=$(DEB_TYPE) \
8080
$(if $(DEB_URL),DEB_URL=$(DEB_URL),) \
81-
$(DOCKER_SCRIPT) build qemu/debian-$* $< \
81+
$(DOCKER_SCRIPT) build -t qemu/debian-$* -f $< \
8282
$(if $V,,--quiet) $(if $(NOCACHE),--no-cache) \
8383
$(if $(NOUSER),,--add-current-user) \
8484
$(if $(EXTRA_FILES),--extra-files $(EXTRA_FILES)) \

0 commit comments

Comments
 (0)