Skip to content

Commit ca5cb46

Browse files
Update RPM image
1 parent 754be36 commit ca5cb46

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vsts-ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ extends:
6767
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.22-amd64
6868
azureLinux30:
6969
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
7072
centosStream9:
7173
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9
7274
debian12Amd64:
@@ -207,14 +209,14 @@ extends:
207209
osProperties: $(linuxOsPortableProperties) /p:BuildSdkDeb=true
208210
runTests: false
209211
- categoryName: Portable
210-
container: azureLinux30
212+
container: azureLinux30fpm
211213
# Do not publish zips and tarballs. The linux-x64 binaries are already published by Official.
212214
publishArgument: $(_publishArgument) /p:PublishBinariesAndBadge=false
213215
officialBuildProperties: $(_officialBuildProperties)
214216
osProperties: $(linuxOsPortableProperties) /p:IsRPMBasedDistro=true
215217
runTests: false
216218
- categoryName: Portable
217-
container: azureLinux30
219+
container: azureLinux30fpm
218220
buildArchitecture: arm64
219221
runtimeIdentifier: linux-arm64
220222
# Do not publish zips and tarballs. The linux-arm64 binaries are already published by Official.

0 commit comments

Comments
 (0)