File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -212,6 +212,14 @@ extends:
212
212
officialBuildProperties : $(_officialBuildProperties)
213
213
osProperties : $(linuxOsPortableProperties) /p:BuildSdkDeb=true
214
214
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
215
223
- categoryName : Portable
216
224
container : centosStream9
217
225
# Do not publish zips and tarballs. The linux-x64 binaries are already published by Official.
You can’t perform that action at this time.
0 commit comments