fix(desktop): removed compression from rpm bundle to save 15m in CI (#12097)

This commit is contained in:
Goni Zahavy 2026-02-04 13:34:18 +02:00 committed by GitHub
parent 310de8b1ea
commit 2e8d8de58b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 0 deletions

View file

@ -21,6 +21,11 @@
"files": {
"/usr/share/metainfo/ai.opencode.opencode.metainfo.xml": "release/appstream.metainfo.xml"
}
},
"rpm": {
"compression": {
"type": "none"
}
}
}
},