Update tools/docker/build.sh

Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
humanoid2050 2023-03-29 20:09:42 -04:00 committed by GitHub
parent 11d765ba4b
commit 684f78c86c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.