File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6666 repositoryName : $(os)-$(arch)/${{ parameters.name }}
6767 os : ' ${{ parameters.os }}'
6868 buildkit : 1
69- dockerFileRelPath : Dockerfile
69+ dockerFileRelPath : ${{ parameters.source }}/ Dockerfile
7070 dockerFileContextPath : ${{ parameters.source }}
7171 enable_network : true
7272 enable_pull : true
Original file line number Diff line number Diff line change 2121 REPO_ROOT : $(Build.SourcesDirectory)/${{ job_data.templateContext.repositoryArtifact }}
2222 OUT_DIR : $(Build.ArtifactStagingDirectory)
2323 DROPGZ_VERSION : v0.0.12
24+ DEBUG : $[ coalesce(variables['System.Debug'], 'False') ]
2425 ob_outputDirectory : $(Build.ArtifactStagingDirectory)
2526 ${{ if eq(job_data.job, 'linux_amd64') }} :
2627 LinuxContainerImage : ' onebranch.azurecr.io/linux/ubuntu-2204:latest'
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ if [[ -f /etc/debian_version ]];then
3333
3434# Mariner
3535else
36- tdnf install -y llvm clang libbpf-devel nftables gcc binutils iproute glibc-devel.i686
36+ tdnf install -y llvm clang libbpf-devel nftables gcc binutils iproute glibc-devel
3737 ARCH=x86_64-linux-gnu
3838 cp /usr/lib/" $ARCH " /ld-linux-x86-64.so.2 " $OUT_DIR " /lib/
3939 for dir in /usr/include/" $ARCH " /* ; do
You can’t perform that action at this time.
0 commit comments