-
Notifications
You must be signed in to change notification settings - Fork 10
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
Update release pipeline #197
Conversation
Should we also include Ubuntu 24.04 as a LTS release? |
The cross-compile pipeline is using Alpine latest, but the normal one is using 3.18. This version is still supported but latest is 3.20. Should we update this as well? |
What are the downsides of still compiling with Alpine 3.18? It's still maintained security-wise until May 2025. Are the binaries produced on it not compatible with more recent release? I doubt it. Same with updating to the latest ubuntu and debian releases. I think it makes sense to compile with the latest version that is still actively maintained no? |
Yes please If Alpine has not meaning of stable or LTS releases or alike, I think latest would be the best. |
I don't see downsides if the they're binary compatible, but was wondering why ARM64 is
Same as above, but the released binary explicitly says |
@mmerklinger is there a reason why this is still in draft? Should we merge this before releasing a new version that includes #208, #207 and #206 ? |
01826b5
to
cb439d1
Compare
I added Ubuntu |
This PR updates the release pipeline.