Skip to content

Commit d28306f

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent bf9c951 commit d28306f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pipelines/run-pipeline.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ stages:
7777
jobs:
7878
- job: containerize_amd64
7979
displayName: Build Images
80+
templateContext:
81+
type: containerBuildJob
8082
strategy:
8183
maxParallel: 4
8284
matrix:
@@ -128,6 +130,8 @@ stages:
128130
os_version: $(os_version)
129131
- job: containerize_linux_arm64
130132
displayName: Build Images
133+
templateContext:
134+
type: containerBuildJob
131135
pool:
132136
name: "$(BUILD_POOL_NAME_LINUX_ARM64)"
133137
os: linux

0 commit comments

Comments
 (0)