summaryrefslogtreecommitdiffstats
path: root/tests/docker/Makefile.include
diff options
context:
space:
mode:
authorAlex Bennée2020-07-24 08:45:03 +0200
committerAlex Bennée2020-07-27 10:41:22 +0200
commit182ec0607600f23e7768a1c3c490f61e36b15bc4 (patch)
tree3fb35d0d4b4e9a584443b8a0a4590834772e2473 /tests/docker/Makefile.include
parenttests/docker: fix update command due to python3 str/bytes distinction (diff)
downloadqemu-182ec0607600f23e7768a1c3c490f61e36b15bc4.tar.gz
qemu-182ec0607600f23e7768a1c3c490f61e36b15bc4.tar.xz
qemu-182ec0607600f23e7768a1c3c490f61e36b15bc4.zip
tests/docker: fix binfmt_misc image building
When we updated the arguments for docker.py we missed a bit. Fixes: dfae628459 ("docker.py/build: support -t and -f arguments") Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200724064509.331-11-alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/Makefile.include')
-rw-r--r--tests/docker/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include
index a104e9df28..9119dff97d 100644
--- a/tests/docker/Makefile.include
+++ b/tests/docker/Makefile.include
@@ -78,7 +78,7 @@ docker-binfmt-image-debian-%: $(DOCKER_FILES_DIR)/debian-bootstrap.docker
DEB_ARCH=$(DEB_ARCH) \
DEB_TYPE=$(DEB_TYPE) \
$(if $(DEB_URL),DEB_URL=$(DEB_URL),) \
- $(DOCKER_SCRIPT) build qemu/debian-$* $< \
+ $(DOCKER_SCRIPT) build -t qemu/debian-$* -f $< \
$(if $V,,--quiet) $(if $(NOCACHE),--no-cache) \
$(if $(NOUSER),,--add-current-user) \
$(if $(EXTRA_FILES),--extra-files $(EXTRA_FILES)) \