Port PR #15599 to main: Add native arm64 build targets to CI pipeline#15796
Draft
Port PR #15599 to main: Add native arm64 build targets to CI pipeline#15796
Conversation
- build-cli-native-archives.yml: add linux-arm64/win-arm64 to defaults, use rids in job name - run-tests.yml: fix RID computation to use runner.os + runner.arch - tests.yml: add linux_arm64/windows_arm64 CLI archive jobs, update results needs - csproj files: add Grpc.Tools VersionOverride="2.68.1" PrivateAssets="all" Agent-Logs-Url: https://github.com/microsoft/aspire/sessions/b11d795f-4c37-49b3-b7ad-fe9cf089dde2 Co-authored-by: radical <1472+radical@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
radical
April 2, 2026 07:14
View session
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.
Description
Port of #15599 to main (squashed commit).
Adds native arm64 build targets to the CI pipeline so the dogfood script and release bundles include arm64 CLI binaries:
ubuntu-24.04-armrunnerwindows-11-armrunnerChanges
build-cli-native-archives.yml: Addlinux-arm64andwin-arm64to the default targets matrix; fix job name to usematrix.targets.ridsinstead ofmatrix.targets.osto avoid duplicate names when multiple targets share the same OS value.run-tests.yml: Fix RID computation to userunner.os + runner.archinstead of hardcodinglinux-x64/win-x64, so tests on arm64 runners download the correct arch-specific NuGet packages.tests.yml: Addbuild_cli_archive_linux_arm64andbuild_cli_archive_windows_arm64jobs; replace the conditionalbuild_cli_archive_windows_armjob with the unconditionalbuild_cli_archive_windows_arm64; add arm64 jobs to theresultsgate..csprojfiles: AddGrpc.Tools VersionOverride="2.68.1" PrivateAssets="all"to fix arm64 build issues.Fixes # (issue)
Checklist
<remarks />and<code />elements on your triple slash comments?aspire.devissue: