Skip to content

Commit 96be8ad

Browse files
Remove 32-bit builds for MacOS and Linux
1 parent 38b661e commit 96be8ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"build:bundle": "cross-env NODE_ENV=production webpack -p --progress --bail --mode production",
3737
"build:bundle:dev": "webpack --progress --bail --mode development",
3838
"build:electron": "yarn clean && yarn build && yarn install:electron && build -wml --ia32 --x64",
39-
"build:electron:linux": "yarn build && build -l --ia32 --x64",
40-
"build:electron:macos": "yarn build && build -m --ia32 --x64",
39+
"build:electron:linux": "yarn build && build -l --x64",
40+
"build:electron:macos": "yarn build && build -m --x64",
4141
"build:electron:windows": "yarn build && build -w --ia32 --x64",
4242
"build:react-sdk": "node scripts/yarn-sub.js matrix-react-sdk build",
4343
"build:js-sdk": "node scripts/yarn-sub.js matrix-js-sdk start:init",

0 commit comments

Comments
 (0)