File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,24 @@ jobs:
1313 type : linux
1414 ${{ if eq(job_data.job, 'linux_arm64') }} :
1515 hostArchitecture : arm64
16- vmImage : ' onebranch.azurecr.io/linux/ubuntu-2004-arm64:latest'
1716 ${{ else }} :
18- vmImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
1917
2018 variables :
2119 ob_outputDirectory : $(Build.ArtifactStagingDirectory)/out
2220 ob_artifactSuffix : _$(artifact)
2321 ob_git_checkout : false
2422 REPO_ROOT : $(Build.SourcesDirectory)/${{ job_data.templateContext.repositoryArtifact }}
2523 ${{ if eq(job_data.job, 'linux_amd64') }} :
24+ LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
2625 ARCH : amd64
2726 OS : linux
2827 ${{ elseif eq(job_data.job, 'windows_amd64') }} :
28+ LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
2929 ob_enable_qemu : true
3030 ARCH : amd64
3131 OS : windows
3232 ${{ elseif eq(job_data.job, 'linux_arm64') }} :
33+ LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2004-arm64:latest'
3334 ob_enable_qemu : true
3435 ARCH : arm64
3536 OS : linux
Original file line number Diff line number Diff line change 2424 pool :
2525 type : docker
2626 os : linux
27- vmImage : ' mcr.microsoft.com/onebranch/azurelinux/build:3.0'
2827 variables :
28+ LinuxContainerImage : ' mcr.microsoft.com/onebranch/azurelinux/build:3.0'
2929 ob_outputDirectory : $(Build.SourcesDirectory)/out
3030 ob_git_checkout : false
3131
Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ stages:
114114 pool :
115115 os : linux
116116 type : docker
117- vmImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
118117 variables :
118+ LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
119119 ob_outputDirectory : $(Build.SourcesDirectory)/out
120120 ob_artifactSuffix : _$(name)_linux_amd64
121121
@@ -175,8 +175,8 @@ stages:
175175 pool :
176176 os : linux
177177 type : docker
178- vmImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
179178 variables :
179+ LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
180180 ob_outputDirectory : $(Build.SourcesDirectory)/out
181181 ob_artifactSuffix : _$(name)_windows_amd64
182182 ob_enable_qemu : true
@@ -231,8 +231,8 @@ stages:
231231 os : linux
232232 type : docker
233233 hostArchitecture : arm64
234- vmImage : ' onebranch.azurecr.io/linux/ubuntu-2004-arm64:latest'
235234 variables :
235+ LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2004-arm64:latest'
236236 ob_outputDirectory : $(Build.SourcesDirectory)/out
237237 ob_artifactSuffix : _$(name)_linux_arm64
238238 ob_build_container : true
You can’t perform that action at this time.
0 commit comments