From 423b8914d00f5a250fd7b6014068b40d0170dd55 Mon Sep 17 00:00:00 2001 From: Andres Smith Date: Wed, 1 May 2024 20:01:53 +0200 Subject: [PATCH] Add buildx instructions to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fce66fb..7e4dc0f 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,8 @@ The following [log-opts](https://docs.docker.com/config/containers/logging/confi ### Building locally +To build locally, you first must install [docker buildx](https://github.com/docker/buildx?tab=readme-ov-file#installing). + If you want to build the plugin yourself for all supported architectures, use the makefile with the following command ```shell make all