mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
Update tools/docker/build.sh
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
This commit is contained in:
parent
811e51dde8
commit
378926feac
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ set -euxo pipefail
|
|||
# ./build.sh <tag> <architectures>
|
||||
# The <tag> argument is used to identify the code version (e.g v2.3.1) or type of build
|
||||
# (e.g. nightly). This will be used when saving images to the docker image cache.
|
||||
# The argument "all" will build all know architectures. Alternatively, the
|
||||
# The argument "all" will build all known architectures. Alternatively, the
|
||||
# user may provide a comma separated list of architectures drawn from the
|
||||
# known architectures. Know architectures include amd64, arm32v6, and arm64v8.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue