summaryrefslogtreecommitdiffstats
path: root/tests/docker/dockerfiles/debian-arm64-test-cross.docker
Commit message (Collapse)AuthorAgeFilesLines
* tests/docker: use a gcc-10 based image for arm64 testsAlex Bennée2020-05-271-0/+13
As we enable newer features that we want to test on arm64 targets we need newer compilers. Split off a new debian-arm64-test-cross image which we can use to build these new tests. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20200520140541.30256-11-alex.bennee@linaro.org>