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 8e690a6 commit 6854cecCopy full SHA for 6854cec
.pipelines/build/images.jobs.yaml
@@ -25,7 +25,7 @@ jobs:
25
DEBUG: $[ coalesce(variables['System.Debug'], 'False') ]
26
ob_outputDirectory: $(Build.ArtifactStagingDirectory)
27
${{ if eq(job_data.job, 'linux_amd64') }}:
28
- LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
+ #LinuxContainerImage: 'mcr.microsoft.com/mirror/docker/library/ubuntu:24.04'
29
OS: linux
30
ARCH: amd64
31
GOOS: linux
@@ -127,7 +127,6 @@ jobs:
127
128
${{ elseif eq(job_data.job, 'windows_amd64') }}:
129
LinuxContainerImage: 'mcr.microsoft.com/onebranch/azurelinux/build:3.0'
130
- #LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
131
ob_enable_qemu: true
132
133
OS: windows
0 commit comments