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.