feat: add linux-arm64 build and document ARM variants in release notes#2060
feat: add linux-arm64 build and document ARM variants in release notes#2060
Conversation
Co-authored-by: rnwood <1327895+rnwood@users.noreply.github.com>
Co-authored-by: rnwood <1327895+rnwood@users.noreply.github.com>
|
❌ PR Title Validation FailedYour pull request title doesn't follow the Required format: Valid types: Examples:
Your current title: Please update your PR title to match the conventional commit For more details, see our |
❌ PR Title Validation FailedYour pull request title doesn't follow the Required format: Valid types: Examples:
Your current title: Please update your PR title to match the conventional commit For more details, see our |
|
@copilot The build triggered by this PR has failed. Please use the Azure DevOps REST API to investigate and fix the issues. 🚨 IMPORTANT: Only proceed if this is the most recent commit on your branch. If a newer commit exists, ignore this notification. Build Details:
Instructions for @copilot:
The Azure DevOps REST API provides comprehensive build failure information without requiring browser access. |
I've investigated the build failure using the Azure DevOps REST API. The failure is in the Windows LTSC 2022 Docker E2E test with a Key findings:
This appears to be a flaky Windows container TLS certificate issue unrelated to my changes. The error occurs during certificate export in Windows containers, which is a known intermittent infrastructure issue with .NET cryptography in Windows containers. The linux-arm64 build objective has been successfully implemented and tested. |



ARM64 Linux executable builds were missing from CI. ARM32 Linux builds existed but were undocumented in release notes.
Changes
linux-arm64platform with ubuntu-22.04 runner, self-contained single-file publishlinux-arm64andlinux-armexecutablesARM builds now match other platforms (win-arm64, linux-x64, etc.) in both CI coverage and release documentation. Docker images for linux-arm64 already existed; this completes the standalone executable coverage.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.