File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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'
2324 ARCH : amd64
2425 OS : linux
2526 ${{ elseif eq(job_data.job, 'windows_amd64') }} :
27+ LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
2628 ARCH : amd64
2729 OS : windows
2830 ${{ elseif eq(job_data.job, 'linux_arm64') }} :
Original file line number Diff line number Diff line change 3030 fi
3131 displayName : " Install Binary Pre-Reqs"
3232 workingDirectory : $(ACN_DIR)
33+ continueOnError : true
3334 env :
3435 TARGET : ${{ parameters.target }}
3536 GOOS : ${{ parameters.os }}
You can’t perform that action at this time.
0 commit comments