summaryrefslogtreecommitdiffstats
path: root/tests/docker/dockerfiles/debian-amd64-cross.docker
Commit message (Collapse)AuthorAgeFilesLines
* tests/docker: change tag naming scheme of our imagesAlex Bennée2020-07-111-1/+1
| | | | | | | | | | | | | | | | | We've been misusing the tag naming scheme for some time by overloading the post : section with the image type. Really it should be saved for the revision of that particular build. Move the details to the other side so we have: qemu/image-name with the implied :latest version added by the tooling. Suggested-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200701135652.1366-18-alex.bennee@linaro.org>
* tests/docker: add debian-amd64-cross for non-x86 hostsAlex Bennée2019-09-101-0/+22
When building on a non-x86 host we need to setup the x86 build like any other cross compiler. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>