From 378926feacc892b665078d477a90305d2c86e591 Mon Sep 17 00:00:00 2001 From: humanoid2050 <18317508+humanoid2050@users.noreply.github.com> Date: Wed, 29 Mar 2023 19:30:06 -0400 Subject: [PATCH] Update tools/docker/build.sh Co-authored-by: Brad Warren --- tools/docker/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker/build.sh b/tools/docker/build.sh index 96a74ce55..684bfd9fb 100755 --- a/tools/docker/build.sh +++ b/tools/docker/build.sh @@ -9,7 +9,7 @@ set -euxo pipefail # ./build.sh # The argument is used to identify the code version (e.g v2.3.1) or type of build # (e.g. nightly). This will be used when saving images to the docker image cache. -# The argument "all" will build all know architectures. Alternatively, the +# The argument "all" will build all known architectures. Alternatively, the # user may provide a comma separated list of architectures drawn from the # known architectures. Know architectures include amd64, arm32v6, and arm64v8.