Browse Source
Now Buster is released we can unify our cross build images for both QEMU and tests. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>pull/82/head
4 changed files with 5 additions and 22 deletions
@ -1,16 +0,0 @@ |
|||
# |
|||
# Docker arm64 cross-compiler target |
|||
# |
|||
# This docker target builds on the Debian's Buster base image. There |
|||
# are no QEMU pre-requistes so this image can only be used to build |
|||
# test cases. |
|||
# |
|||
FROM qemu:debian10 |
|||
|
|||
# Add the foreign architecture we want and install dependencies |
|||
RUN dpkg --add-architecture arm64 |
|||
RUN apt update && \ |
|||
DEBIAN_FRONTEND=noninteractive apt install -yy eatmydata && \ |
|||
DEBIAN_FRONTEND=noninteractive eatmydata \ |
|||
apt-get install -y --no-install-recommends \ |
|||
crossbuild-essential-arm64 |
|||
Loading…
Reference in new issue