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 63c868b commit 4907b60Copy full SHA for 4907b60
.pipelines/DSC-Official.yml
@@ -246,7 +246,7 @@ extends:
246
- job: BuildLinuxArm64Musl
247
dependsOn: SetPackageVersion
248
variables:
249
- LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2004-arm64:latest'
+ LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204-arm64:latest'
250
PackageVersion: $[ dependencies.SetPackageVersion.outputs['Package.Version'] ]
251
AzToken: $[ dependencies.SetPackageVersion.outputs['AzToken'] ]
252
ob_outputDirectory: '$(Build.ArtifactStagingDirectory)'
0 commit comments