diff options
author | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2017-07-17 21:31:39 -0300 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2017-07-18 10:54:30 +0100 |
commit | 2b1c10bdcf98917ce27a6e3ec1419d3423764c77 (patch) | |
tree | 69b37bf20145c8dae502d183ade82e0df9fafc3e /tests/docker/Makefile.include | |
parent | 31e205d1bf6041c4a254ed6ab2b203d8acf03989 (diff) | |
download | qemu-2b1c10bdcf98917ce27a6e3ec1419d3423764c77.zip qemu-2b1c10bdcf98917ce27a6e3ec1419d3423764c77.tar.gz qemu-2b1c10bdcf98917ce27a6e3ec1419d3423764c77.tar.bz2 |
docker: add debian/ppc64el based on Stretch
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'tests/docker/Makefile.include')
-rw-r--r-- | tests/docker/Makefile.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include index db66b6f..553465e 100644 --- a/tests/docker/Makefile.include +++ b/tests/docker/Makefile.include @@ -60,6 +60,7 @@ docker-image-debian-armel-cross: docker-image-debian9 docker-image-debian-armhf-cross: docker-image-debian9 docker-image-debian-arm64-cross: docker-image-debian9 docker-image-debian-mipsel-cross: docker-image-debian9 +docker-image-debian-ppc64el-cross: docker-image-debian9 docker-image-debian-s390x-cross: docker-image-debian9 # Expand all the pre-requistes for each docker image and test combination |