Build arm64 Linux packages (#151)
This commit is contained in:
parent
43ca479fc8
commit
e6cc11fc0e
1 changed files with 28 additions and 4 deletions
32
package.json
32
package.json
|
@ -73,10 +73,34 @@
|
||||||
"category": "Network",
|
"category": "Network",
|
||||||
"maintainer": "vendicated+vesktop@riseup.net",
|
"maintainer": "vendicated+vesktop@riseup.net",
|
||||||
"target": [
|
"target": [
|
||||||
"deb",
|
{
|
||||||
"tar.gz",
|
"target": "deb",
|
||||||
"rpm",
|
"arch": [
|
||||||
"AppImage"
|
"x64",
|
||||||
|
"arm64"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"target": "tar.gz",
|
||||||
|
"arch": [
|
||||||
|
"x64",
|
||||||
|
"arm64"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"target": "rpm",
|
||||||
|
"arch": [
|
||||||
|
"x64",
|
||||||
|
"arm64"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"target": "AppImage",
|
||||||
|
"arch": [
|
||||||
|
"x64",
|
||||||
|
"arm64"
|
||||||
|
]
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"desktop": {
|
"desktop": {
|
||||||
"Name": "Vesktop",
|
"Name": "Vesktop",
|
||||||
|
|
Loading…
Reference in a new issue