Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit 5960923

Browse files
committed
reducing the amount of platforms
1 parent 5e4656f commit 5960923

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

package.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@
119119
},
120120
{
121121
"target": "snap",
122-
"arch": ["x64", "ia32", "arm64"]
122+
"arch": ["x64", "ia32"]
123123
},
124124
{
125125
"target": "deb",
126-
"arch": ["x64", "ia32", "arm64"]
126+
"arch": ["x64", "ia32"]
127127
}
128128
]
129129
},
@@ -144,14 +144,6 @@
144144
"x64",
145145
"ia32"
146146
]
147-
},
148-
{
149-
"target": "zip",
150-
"arch": [
151-
"x64",
152-
"ia32",
153-
"arm64"
154-
]
155147
}
156148
]
157149
}

0 commit comments

Comments
 (0)