From c0e33b9dfad3509cd717014e5fa2ae0925d3664a Mon Sep 17 00:00:00 2001 From: humanoid2050 <18317508+humanoid2050@users.noreply.github.com> Date: Wed, 29 Mar 2023 20:12:00 -0400 Subject: [PATCH] Update tools/docker/build.sh Co-authored-by: Brad Warren --- tools/docker/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/docker/build.sh b/tools/docker/build.sh index db8819dea..337fd6da9 100755 --- a/tools/docker/build.sh +++ b/tools/docker/build.sh @@ -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"