Skip to content

Commit 48f46e3

Browse files
committed
Adding one more push
1 parent 33c0cb0 commit 48f46e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agentex/lib/cli/commands/agents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def build(
141141
typer.echo("No registry provided, skipping image build")
142142
return
143143

144-
platform_list = platforms.split(",") if platforms else []
144+
platform_list = platforms.split(",") if platforms else ["linux/amd64"]
145145

146146
try:
147147
image_url = build_agent(

0 commit comments

Comments
 (0)