File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,16 @@ resources:
34
34
extends :
35
35
template : v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
36
36
parameters :
37
+ pool :
38
+ name : Azure-Pipelines-1ESPT-ExDShared
39
+ image : windows-2022
40
+ os : windows
37
41
customBuildTags :
38
42
- ES365AIMigrationTooling
39
43
stages :
40
44
- stage : build
41
45
jobs :
42
46
- job : build
43
- pool :
44
- name : Azure-Pipelines-1ESPT-ExDShared
45
- image : windows-2022
46
- os : windows
47
47
templateContext :
48
48
outputs :
49
49
- output : pipelineArtifact
@@ -325,9 +325,7 @@ extends:
325
325
runOnce :
326
326
deploy :
327
327
pool :
328
- name : Azure-Pipelines-1ESPT-ExDShared
329
- image : ubuntu-latest
330
- os : linux
328
+ vmImage : ' ubuntu-latest'
331
329
steps :
332
330
- checkout : self
333
331
@@ -410,7 +408,7 @@ extends:
410
408
condition: eq(variables['Build.SourceBranch'], variables['PREVIEW_BRANCH'])
411
409
412
410
- script : |
413
- docker run --rm tonistiigi/binfmt --install all
411
+ docker run --privileged -- rm tonistiigi/binfmt --install all
414
412
displayName: "Enable multi-platform builds"
415
413
416
414
- script : |
You can’t perform that action at this time.
0 commit comments