docs: update README with glibc 2.35 requirement for arm64 binaries#140
Merged
robertsLando merged 2 commits intomainfrom Jan 12, 2026
Merged
docs: update README with glibc 2.35 requirement for arm64 binaries#140robertsLando merged 2 commits intomainfrom
robertsLando merged 2 commits intomainfrom
Conversation
Since binaries are now built with Ubuntu Jammy (22.04) which has glibc 2.35, the arm64 binaries for Node 18, 20, 22 now require glibc >= 2.35. Updated the Binary Compatibility table to reflect: - Ubuntu 22.04 instead of 20.04 - Debian bookworm instead of bullseye - glibc >= 2.35 instead of >= 2.31 Co-authored-by: robertsLando <11502495+robertsLando@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update README with new glibc requirements
Update README with glibc 2.35 requirement for arm64 binaries
Jan 12, 2026
robertsLando
approved these changes
Jan 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
arm64 binaries are now built on Ubuntu Jammy (glibc 2.35) via
Dockerfile.linuxcross, while x64 binaries remain on Oracle Linux 8 (glibc 2.28). This causes arm64 binaries to fail on Ubuntu Focal and earlier.Changes
Updated Binary Compatibility table for Node 18, 20, 22 linux arm64:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.