We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9c951 commit d28306fCopy full SHA for d28306f
.pipelines/run-pipeline.yaml
@@ -77,6 +77,8 @@ stages:
77
jobs:
78
- job: containerize_amd64
79
displayName: Build Images
80
+ templateContext:
81
+ type: containerBuildJob
82
strategy:
83
maxParallel: 4
84
matrix:
@@ -128,6 +130,8 @@ stages:
128
130
os_version: $(os_version)
129
131
- job: containerize_linux_arm64
132
133
134
135
pool:
136
name: "$(BUILD_POOL_NAME_LINUX_ARM64)"
137
os: linux
0 commit comments