From 684f78c86cc5ff364dbf27b195992ae1a89ec540 Mon Sep 17 00:00:00 2001 From: humanoid2050 <18317508+humanoid2050@users.noreply.github.com> Date: Wed, 29 Mar 2023 20:09:42 -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 1034b6948..db8819dea 100755 --- a/tools/docker/build.sh +++ b/tools/docker/build.sh @@ -57,7 +57,7 @@ BuildAndCacheByArch() { done } -# In principle, there is a better way to do with by using `docker buildx back` +# In principle, there is a better way to do with by using `docker buildx bake` # instead of a for-loop. However, issues have been found in the results # of such a build. See git commit adf227fc4.