From 221310d78dad2a58536a642baae705fb41332cf3 Mon Sep 17 00:00:00 2001 From: "Denis V. Dedkov" Date: Fri, 5 Jul 2024 11:28:27 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1867469..d870e5a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Just build docker image: ``` docker build . -t noolite-srv ``` +Or build crossplatform images: +``` +docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t --push . +``` # Installation Install from docker registry: