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:12:00 -04:00 committed by GitHub
parent 684f78c86c
commit c0e33b9dfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,8 @@ BuildAndCacheByArch() {
# 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.
# of such a build. See the branch buildx-bake and
# https://github.com/certbot/certbot/issues/9587.
# split arch list into an array for per-arch image building and saving
IFS_OLD="$IFS"