-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add Linux AppImage builds in the staging automated builds #1079
Comments
Hi @bugnano, What distro are you on? Are not packaged there yet? A new release is coming. And I agree we should release more frequently, but this release time is usually proportional to how big the changes we made were. |
I'm on Fedora 38, and the package version is 0.2.17, so my problem is not that a version of neovim-qt is packaged, but it's that a version that old does still contain some bugs that I reported months ago and were fixed, but not released yet. Please consider not only new features for planning a release, but also bug fixes, no matter how small you think they are, they still matter very much to your users. |
Friendly ping for making a release, even if it doesn't have all the features you want (but it has the bugfixes I need) :) |
This should be an easy fix, right? We have Linux AppImage and MacOS DMG packages associated with each GitHub WorkFlow build already. Are the Is there a script we can update to include some additional resources for MacOS and Linux users? |
Even though Linux AppImages are not included in the staging page, you can still easily download them. It sounds like you may already know this based on your first comment, but I'm including some instructions here just in case. Instructions for AppImage download:
The build artifacts do expire after some period of time, so we should still add these images to Here is the latest commit, at the time of this comment. This process can be used for Pull Request commits too. |
It would be awesome to release an AppImage with the release of a new version as well. For the moment it's still possible to grab the AppImage from the GH Actions, but once the artifacts expire, I'll no longer have any means of getting it. |
I have the same issue as the OP. I'm using Ubuntu 22.04 and the neovim-qt package in the official repos is too old (0.2.16). It would be nice to get AppImage releases. |
As I don't like compiling apps from source, it would be great to be able to download the latest build as an AppImage.
For the moment only Windows binaries are provided, but as I remember that the CI is already configured for building AppImages for other actions, it would not be too hard to add AppImage as a build artifact of the staging automated builds.
Also, it's been more than 1 year since the last official release, and it would be great to have more frequent releases, given that this project sees very active development.
The text was updated successfully, but these errors were encountered: