From 1ac242c9dfa4ba9d4e183fd84588ca8e8ac525d3 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 14 Aug 2020 12:50:34 -0700 Subject: [PATCH] update readme --- tools/docker/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tools/docker/README.md b/tools/docker/README.md index 02e61be9c..a1df5397d 100644 --- a/tools/docker/README.md +++ b/tools/docker/README.md @@ -20,11 +20,12 @@ DNS plugin Docker images to Docker Hub. High-level behavior ------------------- -Running `./build.sh && ./deploy.sh ` causes the Docker images to be -built and deployed to Docker Hub where `` is the base of the tag that -should be given to the given images. The tag should either be `nightly` or a -git version tag like `v0.34.0`. The given tag is only the base of the tag -because the CPU architecture is also added to the tag. +Running `./build.sh all && ./deploy.sh ` causes the Docker images to +be built and deployed to Docker Hub for all supported architectures where +`` is the base of the tag that should be given to the given images. The +tag should either be `nightly` or a git version tag like `v0.34.0`. The given +tag is only the base of the tag because the CPU architecture is also added to +the tag. Configuration -------------