Skip to content

Commit 9a3ec57

Browse files
committed
fixup! Update Variables to Generated Values
1 parent 377ae27 commit 9a3ec57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/build/binaries.jobs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
OS: linux
2626
${{ elseif eq(job_data.job, 'windows_amd64') }}:
2727
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
28-
ob_enable_qemu: true
2928
ARCH: amd64
3029
OS: windows
3130
${{ elseif eq(job_data.job, 'linux_arm64') }}:
3231
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
32+
ob_enable_qemu: true
3333
ARCH: arm64
3434
OS: linux
3535

0 commit comments

Comments
 (0)