Need to unblock builds while we figure out the AppImage situation #1074
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 does this PR do?
This PR disables AppImaghes for now. There were a few upstream changes to some of the official AppImage tools that broke the project we were using to build AppImages:
On top of that, the maintainer of the project stated that they were looking for new maintainers since they can't work on it anymore:
Motivation
I had forked the project https://github.com/ooshlablu/appimage-builder and @Lord-Kamina and I were whacking against it hoping that there would be some easy fixes, but it looks the changes to bring it up to speed with the new official tools will require significant effort.
Unfortunately, I think the only path forward is to look into build the AppImage with the official tools, which will also be quite a bit of work. For now, I think the correct thing to do is to disable the AppImage builds so we can continue to get PRs merged while we deal with this problem appropriately.
Additional Notes
@Baklap4 We'll need to disable the AppImage from the required checks if this is merged.