This is an automated email from the ASF dual-hosted git repository.

big-r81 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-ci.git


The following commit(s) were added to refs/heads/main by this push:
     new 5efbca5  Align command and command-help (#102)
5efbca5 is described below

commit 5efbca5e7180a83216b4e67c3ff7aa88b1c84519
Author: Ronny Berndt <[email protected]>
AuthorDate: Fri Jun 12 19:29:45 2026 +0200

    Align command and command-help (#102)
---
 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.

Reply via email to