File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,8 @@ extends:
67
67
image : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-amd64
68
68
azureLinux30 :
69
69
image : mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-build-amd64
70
+ azureLinux30fpm :
71
+ image : mcr.microsoft.com/dotnet-buildtools/prereqs:azurelinux-3.0-net9.0-fpm-amd64
70
72
centosStream9 :
71
73
image : mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
72
74
debian12Amd64 :
@@ -207,14 +209,14 @@ extends:
207
209
osProperties : $(linuxOsPortableProperties) /p:BuildSdkDeb=true
208
210
runTests : false
209
211
- categoryName : Portable
210
- container : azureLinux30
212
+ container : azureLinux30fpm
211
213
# Do not publish zips and tarballs. The linux-x64 binaries are already published by Official.
212
214
publishArgument : $(_publishArgument) /p:PublishBinariesAndBadge=false
213
215
officialBuildProperties : $(_officialBuildProperties)
214
216
osProperties : $(linuxOsPortableProperties) /p:IsRPMBasedDistro=true
215
217
runTests : false
216
218
- categoryName : Portable
217
- container : azureLinux30
219
+ container : azureLinux30fpm
218
220
buildArchitecture : arm64
219
221
runtimeIdentifier : linux-arm64
220
222
# Do not publish zips and tarballs. The linux-arm64 binaries are already published by Official.
You can’t perform that action at this time.
0 commit comments