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 ee719ce commit 3688939Copy full SHA for 3688939
.pipelines/build/images.jobs.yaml
@@ -112,13 +112,9 @@ jobs:
112
os: linux
113
type: docker
114
${{ if eq(job_data.job, 'linux_arm64') }}:
115
- hostArchitecture: arm64
116
- LinuxHostVersion:
117
- distribution: mariner
118
- architecture: arm64
+ LinuxHostVersion: 'AzLinux3.0ARM64'
119
${{ else }}:
120
121
+ LinuxHostVersion: 'AzLinux3.0AMD64'
122
variables:
123
ob_outputDirectory: $(Build.ArtifactStagingDirectory)
124
ob_artifactSuffix: _$(name)
0 commit comments