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 d7a78fb commit 66cc4f6Copy full SHA for 66cc4f6
.pipelines/build/images.jobs.yaml
@@ -116,6 +116,9 @@ jobs:
116
LinuxHostVersion:
117
distribution: mariner
118
architecture: arm64
119
+ ${{ else }}:
120
+ LinuxHostVersion:
121
+ distribution: mariner
122
variables:
123
ob_outputDirectory: $(Build.ArtifactStagingDirectory)
124
ob_artifactSuffix: _$(name)
@@ -126,6 +129,7 @@ jobs:
126
129
ARCH: amd64
127
130
OS: linux
128
131
${{ elseif eq(job_data.job, 'windows_amd64') }}:
132
+ LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
133
ob_enable_qemu: true
134
135
OS: windows
0 commit comments