AppImageCrafters / build-appimage

GitHub Action for producing AppImages
MIT License
30 stars 7 forks source link

Bump appimage-builder Docker container to 0.9.1 #3

Closed AlexTMjugador closed 1 year ago

AlexTMjugador commented 2 years ago

The action still uses a Docker container with appimage-builder v0.8.2, which is now a pretty old version of appimage-builder. In fact, this version is so old that it did not set the GStreamer plugin path properly for my GStreamer application, which made the AppImages generated in CI runs crash at runtime (AppImages that I generated on my computer with appimage-builder v0.9.2 and v0.9.1 worked fine, though). Therefore, update the action to use the latest available appimage-builder Docker container, for v0.9.1.

v0.9.1 is not the latest version either, and I see that there is some work going on for the v1 release (great!), but I think it's nice to update this action anyway.

git-developer commented 1 year ago

v1 was never updated (see #4), it should be pushed to v1.3 which uses appimage-builder:1.1.0.

AlexTMjugador commented 1 year ago

Thanks for reminding me of the existence of this PR more than a year later! :joy:

I'm closing it since the latest tag uses a newer appimage-builder version than the one I bumped it to here, so there's no point in merging it.