Re: [Qemu-devel] [PATCH 1/4] docker: Use the host architecture

2018-07-17 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > This image is badly named and not amd64 specific. > > Use `dpkg --print-architecture` to get the host architecture. > > Signed-off-by: Philippe Mathieu-Daudé It's like you've been reading my mind ;-) Reviewed-by: Alex Bennée > --- > tests/docker/dockerfil

[Qemu-devel] [PATCH 1/4] docker: Use the host architecture

2018-07-16 Thread Philippe Mathieu-Daudé
This image is badly named and not amd64 specific. Use `dpkg --print-architecture` to get the host architecture. Signed-off-by: Philippe Mathieu-Daudé --- tests/docker/dockerfiles/debian-amd64.docker | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/docker/dockerfil