diff --git a/dist/index.js b/dist/index.js index 2de0abcc..496be608 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 302c9b0d..8d69c886 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/platform-setup/setup-mac.ts b/src/model/platform-setup/setup-mac.ts index bb75a421..4b35f5df 100644 --- a/src/model/platform-setup/setup-mac.ts +++ b/src/model/platform-setup/setup-mac.ts @@ -75,9 +75,6 @@ class SetupMac { private static getArchitectureParameters(): string[] { const architectureArgument = []; - // @ts-ignore - const process = require('process'); - switch (process.arch) { case 'x64': architectureArgument.push('--architecture', 'x86_64');