ci: add ARM64 (aarch64) Linux release builds#844
Merged
dscho merged 1 commit intomicrosoft:vfs-2.52.0from Jan 19, 2026
Merged
Conversation
Add native ARM64 Linux builds to the release workflow using GitHub's ubuntu-24.04-arm runners. This produces Debian packages for both amd64 and arm64 architectures. Changes: - Add build matrix with amd64/arm64 architectures for Linux builds - Use architecture-specific Node.js builds for container compatibility - Update package naming to include architecture (e.g., microsoft-git_VERSION_arm64.deb) - Add ARM64 Linux validation step - Update release job to include both architecture packages
dscho
approved these changes
Jan 19, 2026
Member
dscho
left a comment
There was a problem hiding this comment.
Looks very good. Thank you for your contribution @sverrejoh!
Member
|
For the record, when rebasing on top of v2.53.0-rc0, I will squash this into the original commit introducing the Linux build, and add your co-authorship @sverrejoh. |
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.
Summary
ubuntu-24.04-armrunnersmicrosoft-git_VERSION_arm64.deb)Details
ARM64 uses Ubuntu 22.04 container (not 20.04) because official Node.js ARM64 builds require glibc 2.28+.