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 9a3ec57 commit 0024adeCopy full SHA for 0024ade
.pipelines/build/binaries.jobs.yaml
@@ -20,15 +20,12 @@ jobs:
20
ob_git_checkout: false
21
REPO_ROOT: $(Build.SourcesDirectory)/${{ job_data.templateContext.repositoryArtifact }}
22
${{ if eq(job_data.job, 'linux_amd64') }}:
23
- LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2204:latest'
24
ARCH: amd64
25
OS: linux
26
${{ elseif eq(job_data.job, 'windows_amd64') }}:
27
28
29
OS: windows
30
${{ elseif eq(job_data.job, 'linux_arm64') }}:
31
32
ob_enable_qemu: true
33
ARCH: arm64
34
0 commit comments