mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Update tools/docker/build.sh
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
684f78c86c
commit
c0e33b9dfa
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue