Skip to content

Commit 8c25dfb

Browse files
committed
fixup! Edit Pipeline Trigger
1 parent 19de055 commit 8c25dfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.pipelines/build/binaries.jobs.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
os: linux
5252
${{ if eq(job_data.job, 'linux_arm64') }}:
5353
hostArchitecture: arm64
54+
${{ else }}:
55+
hostArchitecture: amd64
5456
variables:
5557
ob_outputDirectory: $(Build.ArtifactStagingDirectory)/out
5658
ob_artifactSuffix: _$(artifact)

0 commit comments

Comments
 (0)