@@ -47,28 +47,27 @@ jobs:
47
47
# Linux musl x64
48
48
- ${{ if eq(parameters.platform, 'linux_musl_x64') }} :
49
49
- ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
50
- -
(Alpine.318 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.18 -helix-amd64
50
+ -
(Alpine.321 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.21 -helix-amd64
51
51
- ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
52
- -
(Alpine.318 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.18 -helix-amd64
52
+ -
(Alpine.321 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.21 -helix-amd64
53
53
54
54
# Linux musl arm64
55
55
- ${{ if and(eq(parameters.platform, 'linux_musl_arm64'), or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true))) }} :
56
- -
(Alpine.318.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.18-helix-arm64v8
57
- -
(Alpine.319.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.19-helix-arm64v8
56
+ -
(Alpine.320.Arm64.Open)[email protected] /dotnet-buildtools/prereqs:alpine-3.20-helix-arm64v8
58
57
59
58
# Linux x64
60
59
- ${{ if eq(parameters.platform, 'linux_x64') }} :
61
60
- ${{ if and(eq(parameters.jobParameters.interpreter, ''), ne(parameters.jobParameters.isSingleFile, true)) }} :
62
61
- ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }} :
63
62
- SLES.15.Amd64.Open
64
63
-
(Centos.9.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:centos-stream9-helix
65
- -
(Fedora.38 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:fedora-38 -helix
64
+ -
(Fedora.41 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:fedora-41 -helix
66
65
-
(Ubuntu.2204.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:ubuntu-22.04-helix-amd64
67
66
-
(Debian.12.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12-helix-amd64
68
67
- ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }} :
69
68
- ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }} :
70
69
- SLES.15.Amd64.Open
71
- -
(Fedora.38 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:fedora-38 -helix
70
+ -
(Fedora.41 .Amd64.Open)[email protected] /dotnet-buildtools/prereqs:fedora-41 -helix
72
71
- Ubuntu.2204.Amd64.Open
73
72
-
(Debian.12.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:debian-12-helix-amd64
74
73
-
(Mariner.2.0.Amd64.Open)[email protected] /dotnet-buildtools/prereqs:cbl-mariner-2.0-helix-amd64
0 commit comments