Skip to content

Commit 9dd4b80

Browse files
authored
Merge pull request #515 from frappe/mergify/bp/master/pr-513
fix(build): For build platform use amd64 as default (backport #513)
2 parents 2ca2512 + 05f9ad9 commit 9dd4b80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agent/web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def build_image():
194194
no_cache=data.get("no_cache"),
195195
no_push=data.get("no_push"),
196196
registry=data.get("registry"),
197-
platform=data.get("platform", "linux/amd64"),
197+
platform=data.get("platform", "linux/x86_64"),
198198
build_token=data.get("build_token"),
199199
dockerfile=b64decode(data.get("dockerfile")).decode(),
200200
clone_instructions=data.get("clone_instructions"),

0 commit comments

Comments
 (0)