build: tweak release script

This commit is contained in:
Keeley Hammond
2024-03-21 10:15:20 -07:00
committed by Shelley Vohr
parent 1e376d2aa7
commit c001d8b130

View File

@@ -26,15 +26,14 @@ const circleCIPublishWorkflows = [
'linux-publish'
];
// TODO(vertedinde): standardize old 'macos-publish' name vs 'mac-build'
const ghActionsPublishWorkflows = [
'macos-publish'
];
const circleCIPublishIndividualArches = {
'linux-publish': ['arm', 'arm64', 'x64']
};
const ghActionsPublishWorkflows = [
'macos-publish'
];
const ghActionsPublishIndividualArches = {
'macos-publish': ['osx-x64', 'mas-x64', 'osx-arm64', 'mas-arm64']
};
@@ -428,7 +427,6 @@ function runRelease (targetBranch, options) {
}
} else {
buildCircleCI(targetBranch, options);
buildGHActions(targetBranch, options);
buildAppVeyor(targetBranch, options);
// TODO(vertedinde): Enable GH Actions in defaults when ready
// buildGHActions(targetBranch, options);