This is an automated email from the ASF dual-hosted git repository. big-r81 pushed a commit to branch dev/update-help-text in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git
commit 674b958f8c5e5e2d404c1b1c62e995a1f8e31958 Author: Ronny Berndt <[email protected]> AuthorDate: Fri Jun 12 19:17:21 2026 +0200 Align command and command-help --- build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index d1b60d8..fe800ab 100755 --- a/build.sh +++ b/build.sh @@ -163,7 +163,7 @@ case "$1" in shift buildx-platform $1 ;; - buildx-platform-release) + buildx-platform-all) # Build and upload multi-arch platform with JS and Erlang support # For all platforms shift @@ -196,8 +196,8 @@ Recognized commands: clean <plat> Removes all images for <plat>. clean-all Removes all images for all platforms. - *buildx-base <plat> Builds a multi-architecture base image. - *buildx-platform <plat> Builds a multi-architecture image with Erlang & JS support. + *buildx-platform <plat> Builds a multi-architecture image with Erlang & JS support for <plat>. + *buildx-platform-all Builds a multi-architecture image with Erlang & JS support for all platforms. couch <plat> Builds and tests CouchDB for <plat>. couch-all Builds and tests CouchDB on all platforms.
