From 50e566d7023058f62f356dfddc809fbf5856435e Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Wed, 26 Sep 2018 13:29:18 +0200 Subject: README: document non-x86 build This patch add documentation on how to use lava-docker on arm64. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a45b37f..e67ee7b 100644 --- a/README.md +++ b/README.md @@ -359,3 +359,11 @@ Note that this container provides defaults which are unsecure. If you plan on de * Changing the default admin password (in tokens.taml) * Using HTTPS * Re-enable CSRF cookie (disabled in lava-master/Dockerfile) + +## Non amd64 build +Since LAVA upstream provides only amd64 and arm64 debian packages, lava-docker support only thoses architectures. +For building an arm64 lava-docker, some little trick are necesssary: +- replace "baylibre/lava-xxxx-base" by "baylibre/lava-xxxx-base-arm64" for lava-master and lava-slave dockerfiles + +For building lava-xxx-base images +- replace "bitnami/minideb" by "arm64v8/debian" on lava-master-base/lava-slave-base dockerfiles. -- cgit 1.2.3-korg