From 35546d2716b8810dd15c7822ae85bcb24b983697 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 14 Aug 2020 12:40:14 -0700 Subject: [PATCH] update script intro --- tools/docker/build.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tools/docker/build.sh b/tools/docker/build.sh index 1b18c2c42..fc49ad61b 100755 --- a/tools/docker/build.sh +++ b/tools/docker/build.sh @@ -5,11 +5,12 @@ IFS=$'\n\t' # This script builds certbot docker and certbot dns plugins docker using the # local Certbot files. -# Usage: ./build.sh [TAG] -# with [TAG] corresponding the base of the tag to give the Docker images. -# Values should be something like `v0.34.0` or `nightly`. The given value is -# only the base of the tag because the things like the CPU architecture are -# also added to the full tag. +# Usage: ./build.sh [TAG] [all|amd64|arm32v6|arm64v8] +# with the [TAG] value corresponding the base of the tag to give the Docker +# images and the 2nd value being the architecture to build snaps for. +# Values for the tag should be something like `v0.34.0` or `nightly`. The +# given value is only the base of the tag because the things like the CPU +# architecture are also added to the full tag. # As of writing this, runs of this script consistently fail in Azure # Pipelines, but they are fixed by using Docker BuildKit. A log of the failures