We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c0cb0 commit 48f46e3Copy full SHA for 48f46e3
src/agentex/lib/cli/commands/agents.py
@@ -141,7 +141,7 @@ def build(
141
typer.echo("No registry provided, skipping image build")
142
return
143
144
- platform_list = platforms.split(",") if platforms else []
+ platform_list = platforms.split(",") if platforms else ["linux/amd64"]
145
146
try:
147
image_url = build_agent(
0 commit comments