Skip to content

Commit 5fb1e55

Browse files
committed
fixup! Update Variables to Generated Values
1 parent 0024ade commit 5fb1e55

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.pipelines/build/binaries.jobs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ jobs:
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') }}:

.pipelines/build/binary.steps.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ steps:
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 }}

0 commit comments

Comments
 (0)