From 7df021c9ff086cbc6ebed11d277a0d7b624e6e02 Mon Sep 17 00:00:00 2001 From: Xiang Dai Date: Wed, 28 Oct 2020 16:44:00 +0800 Subject: [PATCH] README: add buildx comment Signed-off-by: Xiang Dai --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b2af14..4dc9194 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ synchronization. The call is made after the symlink is updated. ## Building it +We use [docker buildx](https://github.com/docker/buildx) to build images. + ``` # build the container make container REGISTRY=registry VERSION=tag