Skip to content

Commit 0024ade

Browse files
committed
fixup! Update Variables to Generated Values
1 parent 9a3ec57 commit 0024ade

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.pipelines/build/binaries.jobs.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,12 @@ jobs:
2020
ob_git_checkout: false
2121
REPO_ROOT: $(Build.SourcesDirectory)/${{ job_data.templateContext.repositoryArtifact }}
2222
${{ if eq(job_data.job, 'linux_amd64') }}:
23-
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
2423
ARCH: amd64
2524
OS: linux
2625
${{ elseif eq(job_data.job, 'windows_amd64') }}:
27-
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
2826
ARCH: amd64
2927
OS: windows
3028
${{ elseif eq(job_data.job, 'linux_arm64') }}:
31-
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
3229
ob_enable_qemu: true
3330
ARCH: arm64
3431
OS: linux

0 commit comments

Comments
 (0)