Skip to content

Commit 3688939

Browse files
committed
fixup! fixup! Use Signed Binaries for Docker Build
1 parent ee719ce commit 3688939

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.pipelines/build/images.jobs.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,9 @@ jobs:
112112
os: linux
113113
type: docker
114114
${{ if eq(job_data.job, 'linux_arm64') }}:
115-
hostArchitecture: arm64
116-
LinuxHostVersion:
117-
distribution: mariner
118-
architecture: arm64
115+
LinuxHostVersion: 'AzLinux3.0ARM64'
119116
${{ else }}:
120-
LinuxHostVersion:
121-
distribution: mariner
117+
LinuxHostVersion: 'AzLinux3.0AMD64'
122118
variables:
123119
ob_outputDirectory: $(Build.ArtifactStagingDirectory)
124120
ob_artifactSuffix: _$(name)

0 commit comments

Comments
 (0)