Skip to content

Commit 23ab8b8

Browse files
Enable arm64 DEBs (#47045)
1 parent 140ff5e commit 23ab8b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vsts-ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,14 @@ extends:
212212
officialBuildProperties: $(_officialBuildProperties)
213213
osProperties: $(linuxOsPortableProperties) /p:BuildSdkDeb=true
214214
runTests: false
215+
- categoryName: Portable
216+
buildArchitecture: arm64
217+
runtimeIdentifier: linux-arm64
218+
# Do not publish zips and tarballs. The linux-arm64 binaries are already published by Official.
219+
publishArgument: $(_publishArgument) /p:PublishBinariesAndBadge=false /p:CLIBUILD_SKIP_TESTS=true
220+
officialBuildProperties: $(_officialBuildProperties)
221+
osProperties: $(linuxOsPortableProperties) /p:BuildSdkDeb=true
222+
runTests: false
215223
- categoryName: Portable
216224
container: centosStream9
217225
# Do not publish zips and tarballs. The linux-x64 binaries are already published by Official.

0 commit comments

Comments
 (0)