@@ -63,37 +63,37 @@ jobs:
63
63
# Linux arm
64
64
- ${{ if eq(parameters.platform, 'linux_arm') }} :
65
65
- ${{ if eq(variables['System.TeamProject'], 'public') }} :
66
- -
(Debian.13.Arm32.Open)AzureLinux.3.Arm64 [email protected] /dotnet-buildtools/prereqs:debian-13-helix-arm32v7
66
+ -
(Debian.13.Arm32.Open)Ubuntu.2204.ArmArch [email protected] /dotnet-buildtools/prereqs:debian-13-helix-arm32v7
67
67
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
68
- - (Debian.13.Arm32)AzureLinux.3.Arm64 @mcr.microsoft.com/dotnet-buildtools/prereqs:debian-13-helix-arm32v7
68
+ - (Debian.13.Arm32)Ubuntu.2204.ArmArch @mcr.microsoft.com/dotnet-buildtools/prereqs:debian-13-helix-arm32v7
69
69
70
70
# Linux arm64
71
71
- ${{ if eq(parameters.platform, 'linux_arm64') }} :
72
72
- ${{ if eq(variables['System.TeamProject'], 'public') }} :
73
- - AzureLinux.3.Arm64. Open
73
+ -
( AzureLinux.3.0.ArmArch. Open)[email protected] /dotnet-buildtools/prereqs:azurelinux-3.0-helix-arm64v8
74
74
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
75
- - AzureLinux.3.Arm64
75
+ -
( AzureLinux.3.0.ArmArch)[email protected] /dotnet-buildtools/prereqs:azurelinux-3.0-helix-arm64v8
76
76
77
77
# Linux musl x64
78
78
- ${{ if eq(parameters.platform, 'linux_musl_x64') }} :
79
79
- ${{ if eq(variables['System.TeamProject'], 'public') }} :
80
- -
(Alpine.322.Amd64.Open)AzureLinux.3 [email protected] /dotnet-buildtools/prereqs:alpine-3.22-helix-amd64
80
+ -
(Alpine.322.Amd64.Open)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:alpine-3.22-helix-amd64
81
81
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
82
- -
(Alpine.322.Amd64)AzureLinux.3 [email protected] /dotnet-buildtools/prereqs:alpine-3.22-helix-amd64
82
+ -
(Alpine.322.Amd64)Ubuntu.2204 [email protected] /dotnet-buildtools/prereqs:alpine-3.22-helix-amd64
83
83
84
84
# Linux musl arm32
85
85
- ${{ if eq(parameters.platform, 'linux_musl_arm') }} :
86
86
- ${{ if eq(variables['System.TeamProject'], 'public') }} :
87
- -
(Alpine.322.Arm32.Open)AzureLinux.3.Arm64 [email protected] /dotnet-buildtools/prereqs:alpine-3.22-helix-arm32v7
87
+ -
(Alpine.322.Arm32.Open)Ubuntu.2204.ArmArch [email protected] /dotnet-buildtools/prereqs:alpine-3.22-helix-arm32v7
88
88
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
89
- - (Alpine.322.Arm32)AzureLinux.3.Arm64 @mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-helix-arm32v7
89
+ - (Alpine.322.Arm32)Ubuntu.2204.ArmArch @mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-helix-arm32v7
90
90
91
91
# Linux musl arm64
92
92
- ${{ if eq(parameters.platform, 'linux_musl_arm64') }} :
93
93
- ${{ if eq(variables['System.TeamProject'], 'public') }} :
94
- -
(Alpine.322.Arm64.Open)AzureLinux.3.Arm64 [email protected] /dotnet-buildtools/prereqs:alpine-3.22-helix-arm64v8
94
+ -
(Alpine.322.Arm64.Open)Ubuntu.2204.ArmArch [email protected] /dotnet-buildtools/prereqs:alpine-3.22-helix-arm64v8
95
95
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
96
- - (Alpine.322.Arm64)AzureLinux.3.Arm64 @mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-helix-arm64v8
96
+ - (Alpine.322.Arm64)Ubuntu.2204.ArmArch @mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-helix-arm64v8
97
97
98
98
# Linux x64
99
99
- ${{ if eq(parameters.platform, 'linux_x64') }} :
0 commit comments