Skip to content

Commit 8e690a6

Browse files
committed
fixup! fixup! Use Signed Binaries for Docker Build
1 parent 65cb538 commit 8e690a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/build/images.jobs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
pool:
112112
os: linux
113113
type: docker
114-
${{ if eq(job_data.job, 'linux_arm64') }}:
115-
hostArchitecture: arm64
114+
${{ if eq(job_data.job, 'linux_arm64') }}:
115+
hostArchitecture: arm64
116116
# ${{ else }}:
117117
# LinuxHostVersion: 'AzLinux3.0AMD64'
118118
variables:

0 commit comments

Comments
 (0)