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.
This PR adds a script that builds the AppImage for Cartero.
To use the script, use it as follows:
Additionally, this commit adds a debug GitHub Action that will run the script using Ubuntu 24.04, which is the minimum version of Ubuntu that provides the required version of libgtk-4-dev and libadwaita-1-dev.
The generated AppImages will require at least glibc 2.38, since they are built by an Ubuntu 24.04 runner. Therefore, Debian 12, you are probably out of the equation at the moment until someone figures out how to compile in Debian 12 or Ubuntu 22.04 using a newer version of libgtk-4-dev and libadwaita-1-dev than the one provided by the system.
The appimage.yaml action is not meant to be merged. Once it works, each job has to be integrated into the nightly.yaml and stable.yaml action.
🙅 QA / Stoppers: