There was an error while loading. Please reload this page.
1 parent 8720bdc commit 0faa87fCopy full SHA for 0faa87f
1 file changed
master-migration/master.cfg
@@ -481,6 +481,10 @@ FOUNDRY_WORKERS_BY_ARCH = {
481
arch="aarch64", names=["bg-arm-rasmus-5"]
482
),
483
}
484
+# No dedicated x86 workers -- 32-bit foundry builds run on the amd64 pool
485
+# (see _ARCH_PLATFORM in foundry/builders.py for the --platform pull that
486
+# gets the 32-bit image on that worker).
487
+FOUNDRY_WORKERS_BY_ARCH["x86"] = FOUNDRY_WORKERS_BY_ARCH["amd64"]
488
489
c["builders"].append(
490
foundry_builders.DISPATCHER_BUILDER.get_config(
0 commit comments