build: add skeletal gulp targets for Windows on Arm

This commit is contained in:
Richard Townsend
2019-11-20 19:37:23 +00:00
parent 84f6086813
commit a3b66c9563
3 changed files with 9 additions and 1 deletions

View File

@@ -324,6 +324,7 @@ function packageTask(platform, arch, sourceFolderName, destinationFolderName, op
const buildRoot = path.dirname(root);
const BUILD_TARGETS = [
{ platform: 'win32', arch: 'arm64' },
{ platform: 'win32', arch: 'ia32' },
{ platform: 'win32', arch: 'x64' },
{ platform: 'darwin', arch: null, opts: { stats: true } },