Skip to content

Commit 4bf3d88

Browse files
committed
fixup! fixup! Use Signed Binaries for Docker Build
1 parent a8c393d commit 4bf3d88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pipelines/build/images.jobs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
ob_enable_qemu: true
3838
OS: windows
3939
ARCH: amd64
40-
GOOS: windows
41-
GOARCH: amd64
40+
#GOOS: windows
41+
#GOARCH: amd64
4242
${{ elseif eq(job_data.job, 'linux_arm64') }}:
4343
ob_enable_qemu: true
4444
OS: linux
4545
ARCH: arm64
46-
GOOS: linux
47-
GOARCH: arm64
46+
#GOOS: linux
47+
#GOARCH: arm64
4848
steps:
4949
- task: DownloadPipelineArtifact@2
5050
inputs:

0 commit comments

Comments
 (0)