-
Notifications
You must be signed in to change notification settings - Fork 40
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
New track for Node.js 16 #6
Comments
x64 is built at least, core20. But, core20 has meant we have to drop x86 from 16+. I think there might be a creative way around this by setting up a separate build that also publishes to the 16 track but using a different config, but that's getting kind of complicated and I think I'd prefer to defer it until we have user demand or someone else wants to contribute to making that happen. I've pushed core20 to the edge (master) build too and dropped x86 from there as well. |
According to plan @ https://github.com/nodejs/snap/#adding-new-release-lines
I'd also like to try and make the switch to
core20
for 16+. I should have tried this earlier for nightlies/master but #3 has me a bit concerned about trailing too far behind modern glibc for an LTS. See https://snapcraft.io/docs/base-snaps for documentation on bases. It may not be possible to usecore20
for reasons mentioned in there but I'd like to give it a go.The text was updated successfully, but these errors were encountered: