[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 10/12] tests/docker: fix binfmt_misc image building
From: |
Alex Bennée |
Subject: |
[PATCH v2 10/12] tests/docker: fix binfmt_misc image building |
Date: |
Wed, 22 Jul 2020 07:29:00 +0100 |
When we updated the arguments for docker.py we missed a bit.
Fixes: dfae6284
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
tests/docker/Makefile.include | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include
index a104e9df281..9119dff97de 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))
\
--
2.20.1
- Re: [PATCH v2 05/12] util/oslib-win32: add qemu_get_host_physmem implementation, (continued)
- [PATCH v2 08/12] linux-user: don't use MAP_FIXED in pgd_find_hole_fallback, Alex Bennée, 2020/07/22
- [PATCH v2 09/12] tests/docker: fix update command due to python3 str/bytes distinction, Alex Bennée, 2020/07/22
- [PATCH v2 10/12] tests/docker: fix binfmt_misc image building,
Alex Bennée <=
- [PATCH v2 07/12] target/i386: floatx80: avoid compound literals in static initializers, Alex Bennée, 2020/07/22
- [PATCH v2 12/12] linux-user: fix clock_nanosleep(), Alex Bennée, 2020/07/22
- [PATCH v2 11/12] tests/docker: add support for DEB_KEYRING, Alex Bennée, 2020/07/22