-
Notifications
You must be signed in to change notification settings - Fork 60
Update arm64 and arm32 builds from Mariner 2 to Azure Linux 3 #1920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: lbussell <36081148+lbussell@users.noreply.github.com>
|
@copilot do the same for the Arm32 build legs - they should reference the same Azure Linux Arm64 images as the Arm64 build legs. |
Co-authored-by: lbussell <36081148+lbussell@users.noreply.github.com>
Applied the same changes to Arm32 build legs. They now reference the same Azure Linux 3 arm64 images ( |
Migrate arm64 and arm32 build pools to Azure Linux 3 images with separate public/internal image references.
Changes
common.yml: Replace single
linuxArm64PoolImagewith:linuxArm64PublicPoolImage:azure-linux-3-arm64-publiclinuxArm64InternalPoolImage:azure-linux-3-arm64common.yml: Replace single
linuxArm32PoolImagewith:linuxArm32PublicPoolImage:azure-linux-3-arm64-publiclinuxArm32InternalPoolImage:azure-linux-3-arm64build-and-test.yml: Update
linuxArm64PoolandlinuxArm32Poolto select image based on project type, usingdemandssyntax for public pools andimagefor internal poolsOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.