Index: dart/editor/build/build.py |
diff --git a/dart/editor/build/build.py b/dart/editor/build/build.py |
index 4a032b05e2026312de575f3660fbbaa5703b94b4..32b4ad73910048675d649a9e5489a10812548a4b 100755 |
--- a/dart/editor/build/build.py |
+++ b/dart/editor/build/build.py |
@@ -999,6 +999,11 @@ def PostProcessEditorBuilds(out_dir, buildos): |
'mac' : '.sh', |
}[SYSTEM] |
+ # We don't have 64-bit versions of dartium/content_shell for |
+ # macos/windows. |
+ if ['mac', 'win'].contains(SYSTEM): |
+ arch = '32' |
+ |
namer = bot_utils.GCSNamer(CHANNEL, bot_utils.ReleaseType.RELEASE) |
# We're adding download scripts to the chromium directory. |