fix: remove AppImage and arm64 builds, keep only deb/rpm x64
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Successful in 3m6s
Build / build-linux (push) Successful in 4m54s
Build / create-release (push) Successful in 17s

This commit is contained in:
litruv
2026-02-21 19:15:32 +11:00
parent 775f18f601
commit dbf70fd9c4
2 changed files with 4 additions and 35 deletions

View File

@@ -32,17 +32,13 @@
],
"linux": {
"target": [
{
"target": "AppImage",
"arch": ["x64", "arm64"]
},
{
"target": "deb",
"arch": ["x64", "arm64"]
"arch": ["x64"]
},
{
"target": "rpm",
"arch": ["x64", "arm64"]
"arch": ["x64"]
}
],
"category": "Network;InstantMessaging",
@@ -59,9 +55,6 @@
}
}
},
"appImage": {
"artifactName": "${productName}-${version}-${arch}.${ext}"
},
"deb": {
"depends": [
"libnotify4",