File tree 1 file changed +4
-4
lines changed
eng/pipelines/coreclr/templates 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77
77
# Linux musl x64
78
78
- ${{ if eq(parameters.platform, 'linux_musl_x64') }} :
79
79
- ${{ if eq(variables['System.TeamProject'], 'public') }} :
80
- - (Alpine.321.Amd64.Open)Ubuntu.2204.Amd64.Open @mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64
80
+ - (Alpine.321.Amd64.Open)azurelinux.3.amd64.open @mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64
81
81
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
82
- - (Alpine.321.Amd64)Ubuntu.2204.Amd64 @mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64
82
+ - (Alpine.321.Amd64)azurelinux.3.amd64 @mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.21-helix-amd64
83
83
84
84
# Linux musl arm32
85
85
- ${{ if eq(parameters.platform, 'linux_musl_arm') }} :
98
98
# Linux x64
99
99
- ${{ if eq(parameters.platform, 'linux_x64') }} :
100
100
- ${{ if eq(variables['System.TeamProject'], 'public') }} :
101
- - Ubuntu.2204.Amd64.Open
101
+ - azurelinux.3.amd64.open
102
102
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
103
- - Ubuntu.2204.Amd64
103
+ - azurelinux.3.amd64
104
104
105
105
# OSX arm64
106
106
- ${{ if eq(parameters.platform, 'osx_arm64') }} :
You can’t perform that action at this time.
0 commit comments