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 66cc4f6 commit ee719ceCopy full SHA for ee719ce
.pipelines/build/images.jobs.yaml
@@ -125,11 +125,11 @@ jobs:
125
ob_git_checkout: false
126
ob_extract_root_artifact: true
127
${{ if eq(job_data.job, 'linux_amd64') }}:
128
- LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
+ #LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
129
ARCH: amd64
130
OS: linux
131
${{ elseif eq(job_data.job, 'windows_amd64') }}:
132
133
ob_enable_qemu: true
134
135
OS: windows
0 commit comments