Skip to content

Commit 2d811df

Browse files
committed
fixup! fixup! Use Signed Binaries for Docker Build
1 parent 0f6219f commit 2d811df

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.pipelines/build/images.jobs.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,26 +67,26 @@ jobs:
6767
SOURCE: $(REPO_ROOT)/${{ job_data.templateContext.obDockerfile }}
6868
DEST: $(OUT_DIR)/Dockerfile
6969
70-
- ${{ if not(eq(job_data.job, 'linux_arm64')) }}:
71-
- task: onebranch.pipeline.signing@1
72-
inputs:
73-
command: 'sign'
74-
signing_profile: 'external_distribution'
75-
files_to_sign: '**/*'
76-
search_root: $(OUT_DIR)
70+
- task: onebranch.pipeline.signing@1
71+
inputs:
72+
command: 'sign'
73+
signing_profile: 'external_distribution'
74+
files_to_sign: '**/*'
75+
search_root: $(OUT_DIR)
7776

7877

7978
- task: ShellScript@2
8079
displayName: "Package with DropGZ"
81-
condition: and(succeeded(), eq(variables.packageWithDropGZ, 'True'))
80+
condition: and(
81+
succeeded(),
82+
eq(variables.packageWithDropGZ, 'True'))
8283
inputs:
8384
scriptPath: $(REPO_ROOT)/.pipelines/build/scripts/dropgz.sh
8485

85-
- ${{ if not(eq(job_data.job, 'linux_arm64')) }}:
86+
- ${{ if not(contains(job_data.job, 'linux')) }}:
8687
- task: onebranch.pipeline.signing@1
8788
condition: and(
8889
succeeded(),
89-
eq(variables.os, 'windows'),
9090
eq(variables.packageWithDropGZ, 'True'))
9191
inputs:
9292
command: 'sign'

0 commit comments

Comments
 (0)