ci: fix release step

don't try to release freebsd yet
This commit is contained in:
Meghan Denny
2025-11-25 22:27:02 -08:00
committed by GitHub
parent 9fce97bac3
commit 22f4dfae7c

View File

@@ -660,7 +660,7 @@ function getReleaseStep(buildPlatforms, options) {
agents: {
queue: "test-darwin",
},
depends_on: buildPlatforms.map(platform => `${getTargetKey(platform)}-build-bun`),
depends_on: buildPlatforms.filter(p => p.os !== "freebsd").map(platform => `${getTargetKey(platform)}-build-bun`),
env: {
CANARY: revision,
},