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 81ab095 commit a027c10Copy full SHA for a027c10
.pipelines/DSC-Official.yml
@@ -293,7 +293,7 @@ extends:
293
env:
294
ob_restore_phase: true
295
- pwsh: |
296
- tdnf install musl-tools
+ apt -y install musl-tools
297
./build.ps1 -Release -Architecture x86_64-unknown-linux-musl
298
./build.ps1 -PackageType tgz -Architecture x86_64-unknown-linux-musl -Release
299
Copy-Item ./bin/*.tar.gz "$(ob_outputDirectory)"
@@ -320,7 +320,7 @@ extends:
320
321
322
323
324
./build.ps1 -Release -Architecture aarch64-unknown-linux-musl
325
./build.ps1 -PackageType tgz -Architecture aarch64-unknown-linux-musl -Release
326
0 commit comments