add arm64 linux build targets

This commit is contained in:
Labhansh Agrawal 2021-02-11 21:39:53 +05:30 committed by Benjamin Staneck
parent 8affe029b9
commit f495d2e58a

View file

@ -21,19 +21,22 @@
{
"target": "deb",
"arch": [
"x64"
"x64",
"arm64"
]
},
{
"target": "AppImage",
"arch": [
"x64"
"x64",
"arm64"
]
},
{
"target": "rpm",
"arch": [
"x64"
"x64",
"arm64"
]
},
{