mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: tweak release script
This commit is contained in:
committed by
Shelley Vohr
parent
1e376d2aa7
commit
c001d8b130
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user