real version of prev commit [build images]

This commit is contained in:
Meghan Denny
2024-12-09 17:27:51 -08:00
parent a1d20ee54a
commit 405eebdba0

View File

@@ -534,7 +534,7 @@ function getTestBunStep(platform, options = {}) {
}
const depends = [];
if (dryRun && !isMacOS) {
if (dryRun && os !== "darwin") {
depends.push(`${getImageKey(platform)}-build-image`);
}
if (!buildId) {