Skip to content

Commit

Permalink
fix(build): build only x64 packages for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed Aug 10, 2022
1 parent 057a6cc commit c05a04e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,19 @@
{
"target": "AppImage",
"arch": [
"x64",
"ia32"
"x64"
]
},
{
"target": "rpm",
"arch": [
"x64",
"ia32"
"x64"
]
},
{
"target": "deb",
"arch": [
"x64"
]
}
],
Expand Down

0 comments on commit c05a04e

Please sign in to comment.