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 7d21698 commit d9d89e0Copy full SHA for d9d89e0
.pipelines/DSC-Official.yml
@@ -286,7 +286,7 @@ extends:
286
env:
287
ob_restore_phase: true
288
- pwsh: |
289
- apt-get install musl-tools
+ apt -y install musl-tools
290
./build.ps1 -Release -Architecture x86_64-unknown-linux-musl
291
./build.ps1 -PackageType tgz -Architecture x86_64-unknown-linux-musl -Release
292
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
@@ -313,7 +313,7 @@ extends:
313
314
315
316
317
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
318
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-musl -Release
319
0 commit comments