From f64df60fe027286aee8064cbd2ea21b5ee9bc62e Mon Sep 17 00:00:00 2001 From: swarupsengupta2007 Date: Sat, 4 May 2024 20:25:11 +0530 Subject: [PATCH] updated README to include helper script decumentation --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a2bb50..3dc13e0 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,7 @@ docker buildx build --build-arg TARGETS=${TARGETS} -t / --platform ${TARGETS} . --push ``` -Or
-4. use the helper script make.bash as follows +Or use the helper script make.bash as follows ```bash # optional, choose targets (defaults to the following list) export TARGETS="linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6"