Skip to content

Commit 65fb74f

Browse files
committed
Build Linux deb on Ubuntu 22.04 for glibc 2.35 compatibility
Fixes #13
1 parent 1122f24 commit 65fb74f

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish-edge-pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
include:
25-
- os: ubuntu-latest
25+
- os: ubuntu-22.04
2626
artifact_name: linux-x64
2727
package_cmd: cargo packager -f deb
28-
- os: ubuntu-24.04-arm
28+
- os: ubuntu-22.04-arm
2929
artifact_name: linux-arm64
3030
package_cmd: cargo packager -f deb
3131
- os: windows-latest

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ application-folder-position = { x = 560, y = 220 }
4343
section = "utils"
4444
package-name = "linuxdo-accelerator"
4545
desktop-template = "packaging/linux/linuxdo-accelerator.desktop.hbs"
46+
maintainer-scripts = "packaging/linux/deb"
4647
depends = ["libgtk-3-0", "libxdo3"]
4748

4849
[package.metadata.packager.nsis]

0 commit comments

Comments
 (0)