Skip to content

Commit d7a78fb

Browse files
committed
fixup! fixup! Use Signed Binaries for Docker Build
1 parent 843ff20 commit d7a78fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.pipelines/build/images.jobs.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
dependsOn: ${{ job_data.dependsOn }}
1414
pool:
1515
type: linux
16-
${{ if eq(job_data.job, 'linux_arm64') }}:
17-
hostArchitecture: arm64
1816

1917
variables:
2018
ob_artifactSuffix: _$(name)
@@ -33,7 +31,6 @@ jobs:
3331
GOOS: linux
3432
GOARCH: amd64
3533
${{ elseif eq(job_data.job, 'windows_amd64') }}:
36-
LinuxContainerImage: 'onebranch.azurecr.io/linux/ubuntu-2004:latest'
3734
ob_enable_qemu: true
3835
OS: windows
3936
ARCH: amd64

0 commit comments

Comments
 (0)