mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
tests/docker: update and flatten debian-amd64-cross
Now lcitool has support for building a x86_64 cross image we can use it for this. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Acked-by: Thomas Huth <thuth@redhat.com> Message-Id: <20220914155950.804707-26-alex.bennee@linaro.org>
This commit is contained in:
parent
8bb499955e
commit
cd150e19e8
4 changed files with 169 additions and 18 deletions
|
@ -119,6 +119,13 @@ try:
|
|||
#
|
||||
# Cross compiling builds
|
||||
#
|
||||
generate_dockerfile("debian-amd64-cross", "debian-11",
|
||||
cross="x86_64",
|
||||
trailer=debian_cross_build("x86_64-linux-gnu-",
|
||||
"x86_64-softmmu,"
|
||||
"x86_64-linux-user,"
|
||||
"i386-softmmu,i386-linux-user"))
|
||||
|
||||
generate_dockerfile("debian-arm64-cross", "debian-11",
|
||||
cross="aarch64",
|
||||
trailer=debian_cross_build("aarch64-linux-gnu-",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue