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 377ae27 commit 9a3ec57Copy full SHA for 9a3ec57
.pipelines/build/binaries.jobs.yaml
@@ -25,11 +25,11 @@ jobs:
25
OS: linux
26
${{ elseif eq(job_data.job, 'windows_amd64') }}:
27
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
28
- ob_enable_qemu: true
29
ARCH: amd64
30
OS: windows
31
${{ elseif eq(job_data.job, 'linux_arm64') }}:
32
+ ob_enable_qemu: true
33
ARCH: arm64
34
35
0 commit comments