We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a027c10 commit 09ac379Copy full SHA for 09ac379
.pipelines/DSC-Official.yml
@@ -268,6 +268,7 @@ extends:
268
env:
269
ob_restore_phase: true
270
- pwsh: |
271
+ apt -y install gcc-aarch64-linux-gnu
272
./build.ps1 -Release -Architecture aarch64-unknown-linux-gnu
273
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-gnu -Release
274
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
@@ -283,6 +284,7 @@ extends:
283
284
displayName: Linux-x64-musl
285
pool:
286
type: linux
287
+ vmImage: ubuntu-latest
288
steps:
289
- task: RustInstaller@1
290
inputs:
@@ -309,6 +311,7 @@ extends:
309
311
displayName: Linux-ARM64-musl
310
312
313
314
315
hostArchitecture: arm64
316
317
0 commit comments