Skip to content

Commit dd3ecd5

Browse files
pditommasoclaude
andcommitted
Clarify --platform option description for multi-platform builds
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 102b325 commit dd3ecd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app/src/main/java/io/seqera/wave/cli

app/src/main/java/io/seqera/wave/cli/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public class App implements Runnable {
126126
@Option(names = {"--freeze", "-F"}, paramLabel = "false", description = "Request a container freeze.")
127127
private boolean freeze;
128128

129-
@Option(names = {"--platform"}, paramLabel = "''", description = "Platform to be used for the container build. One of: linux/amd64, linux/arm64, linux/amd64,linux/arm64.")
129+
@Option(names = {"--platform"}, paramLabel = "''", description = "Platform to be used for the container build: linux/amd64, linux/arm64, or both separated by comma for multi-platform builds.")
130130
private String platform;
131131

132132
@Option(names = {"--await"}, paramLabel = "false", arity = "0..1", description = "Await the container build to be available. you can provide a timeout like --await 10m or 2s, by default its 15 minutes.")

0 commit comments

Comments
 (0)