@@ -41,15 +41,13 @@ jobs:
41
41
# Linux musl x64
42
42
- ${{ if eq(parameters.platform, 'linux_musl_x64') }} :
43
43
- ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
44
- -
(Alpine.320 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.20 -helix-amd64
44
+ -
(Alpine.321 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.21 -helix-amd64
45
45
- ${{ if or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
46
- -
(Alpine.320.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.20-helix-amd64
47
- -
(Alpine.318.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.18-helix-amd64
46
+ -
(Alpine.321.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.21-helix-amd64
48
47
49
48
# Linux musl arm64
50
49
- ${{ if and(eq(parameters.platform, 'linux_musl_arm64'), or(eq(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true))) }} :
51
- -
(Alpine.320.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.20-helix-arm64v8
52
- -
(Alpine.318.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.18-helix-arm64v8
50
+ -
(Alpine.321.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.21-helix-arm64v8
53
51
54
52
# Linux x64
55
53
- ${{ if eq(parameters.platform, 'linux_x64') }} :
66
64
-
(Fedora.41.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:fedora-41-helix
67
65
- Ubuntu.2204.Amd64.Open
68
66
-
(Debian.12.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12-helix-amd64
69
- -
(Mariner.2.0.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:cbl-mariner-2.0-helix-amd64
70
67
-
(AzureLinux.3.0.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:azurelinux-3.0-helix-amd64
71
68
-
(openSUSE.15.2.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:opensuse-15.2-helix-amd64
72
69
- ${{ if or(ne(parameters.jobParameters.isExtraPlatformsBuild, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
0 commit comments