From 91e473f5eaef2c99016cef228c578434b51b8417 Mon Sep 17 00:00:00 2001 From: Adrien le Maire Date: Wed, 29 Jul 2020 16:11:52 +0200 Subject: [PATCH] readme update --- readme.adoc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/readme.adoc b/readme.adoc index 155c7d0..7c2093d 100644 --- a/readme.adoc +++ b/readme.adoc @@ -2,13 +2,10 @@ image:https://gitlab.com/alemaire/buildx/badges/master/pipeline.svg[link="https: On debian : +``` install docker CE from docker as packaged version is not egal or higher than 19.03 apt install binfmt-support docker buildx create --use - -docker buildx build --platform linux/amd64,linux/arm64,linux/arm,linux/ppc64le --push --tag alemairebe/mc:RELEASE.2020-06-26T19-56-55Z --build-arg MC_VERSION=RELEASE.2020-06-26T19-56-55Z . - - ---cache-from=type=registry,ref=user/app +```