scripts: add docker-coredeps-arm64

This commit is contained in:
link2xt
2021-05-23 09:03:23 +03:00
parent 8ab3415c58
commit 9522240992
8 changed files with 91 additions and 3 deletions

View File

@@ -48,3 +48,7 @@ to avoid the relatively large download::
cd scripts # where all CI things are
docker build -t deltachat/coredeps docker-coredeps
docker build -t deltachat/doxygen docker-doxygen
Additionally, you can install qemu and build arm64 docker image:
apt-get install qemu binfmt-support qemu-user-static
docker build -t deltachat/coredeps-arm64 docker-coredeps-arm64