Skip to content
Snippets Groups Projects
Commit 0068cf8b authored by Alex Bennée's avatar Alex Bennée
Browse files

tests/docker: remove amd64 qemu/debian10 dependency


We missed removing this dependency when we flattened the build.

Fixes 9e19fd7d (tests/docker: update debian-amd64 with lcitool)

Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
Message-Id: <20220914155950.804707-17-alex.bennee@linaro.org>
parent 95b0af40
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,6 @@ docker-binfmt-image-debian-%: $(DOCKER_FILES_DIR)/debian-bootstrap.docker
# we don't run tests on intermediate images (used as base by another image)
DOCKER_PARTIAL_IMAGES := debian10 debian11
ifeq ($(HOST_ARCH),x86_64)
docker-image-debian-amd64: docker-image-debian10
DOCKER_PARTIAL_IMAGES += debian-amd64-cross
else
docker-image-debian-amd64-cross: docker-image-debian10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment