We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ca2512 + 05f9ad9 commit 9dd4b80Copy full SHA for 9dd4b80
1 file changed
agent/web.py
@@ -194,7 +194,7 @@ def build_image():
194
no_cache=data.get("no_cache"),
195
no_push=data.get("no_push"),
196
registry=data.get("registry"),
197
- platform=data.get("platform", "linux/amd64"),
+ platform=data.get("platform", "linux/x86_64"),
198
build_token=data.get("build_token"),
199
dockerfile=b64decode(data.get("dockerfile")).decode(),
200
clone_instructions=data.get("clone_instructions"),
0 commit comments