Commit 7c5c413
committed
Merged PR 59059: use AZL3 instead of Ubuntu for builds
use AZL3 instead of Ubuntu for builds
----
#### AI description (iteration 1)
#### PR Classification
This pull request updates the build pipeline configuration.
#### PR Summary
The changes modify the Linux build pool setup to leverage AZL3 images instead of Ubuntu by conditionally selecting different build agent images based on the architecture type.
- `eng/pipelines/common/xplat-setup.yml`: Replaced the fixed Ubuntu image demand with conditional expressions that assign `build.azurelinux.3.arm64` for ARM architectures and `build.azurelinux.3.amd64` for other architectures.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | | - | |
| 171 | + | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
0 commit comments