File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2626 DROPGZ_VERSION : v0.0.12
2727 DEBUG : $[ coalesce(variables['System.Debug'], 'False') ]
2828 ob_outputDirectory : $(Build.ArtifactStagingDirectory)
29- LinuxContainerImage : ' mcr.microsoft.com/onebranch/azurelinux/build:3.0'
3029 ${{ if eq(job_data.job, 'linux_amd64') }} :
3130 DEBIAN_FRONTEND : noninteractive
3231 LinuxContainerImage : ' mcr.microsoft.com/mirror/docker/library/ubuntu:24.04'
@@ -36,13 +35,14 @@ jobs:
3635 GOOS : linux
3736 GOARCH : amd64
3837 ${{ elseif eq(job_data.job, 'windows_amd64') }} :
38+ LinuxContainerImage : ' mcr.microsoft.com/onebranch/azurelinux/build:3.0'
3939 ob_enable_qemu : true
4040 OS : windows
4141 ARCH : amd64
4242 # GOOS: windows
4343 # GOARCH: amd64
4444 ${{ elseif eq(job_data.job, 'linux_arm64') }} :
45- ob_enable_qemu : true
45+ LinuxContainerImage : ' mcr.microsoft.com/onebranch/azurelinux/build:3.0 '
4646 OS : linux
4747 ARCH : arm64
4848 # GOOS: linux
You can’t perform that action at this time.
0 commit comments