Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch from arm64 biarch image to Azure Linux image (#101946)
The biarch image is currently unused in our ci builds. Use of the biarch image was added in #91019 but the job that used it was disabled for arm64 in #92057. #90427 tracks adding back the arm64 jobs. The arm64 fullaot job was added in #55362 which explains: > We don't ship any products using FullAOT on Linux x64/arm64, but this compilation mode is used for iOS, FullAOT-related issues that affect iOS are likely to be caught by FullAOT on Linux x64/arm64, and it is a lot easier to build, develop, and debug on desktop OSes. If the arm64 job is enabled again in the future, it should be made to use a new entry in `pipeline-with-resources.yml`, instead of modifying the image used for all other linux_arm64 jobs. Fixes #101707
- Loading branch information