fix(ci): build Qt AppImage on Ubuntu 22.04#1345
Merged
ErikBjare merged 1 commit intoJul 4, 2026
Merged
Conversation
Contributor
Contributor
Author
|
All checks passing (10/10 ✅, 2 Windows builds still in progress but unrelated to this Linux-only change). Ready for review — this lowers the glibc baseline for the Qt AppImage by building on Ubuntu 22.04 instead of 24.04, improving compatibility with older distributions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
ubuntu-22.04instead ofubuntu-24.04.ubuntu-24.04/ubuntu-24.04-armbecause it currently depends on the WebKitGTK 4.1 package pin from ci: fix appimage builds aw-tauri#99.Why
The standalone Qt AppImage is the release asset users hit first for older Linux distributions. Building it on Ubuntu 22.04 lowers the glibc baseline compared with Noble-built artifacts, which should make it more compatible across older distros.
This follows up the older-distro AppImage discussion in https://github.com/orgs/ActivityWatch/discussions/1297#discussioncomment-17462292.
Verification
.github/workflows/release.ymlwith PyYAML.