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:
3434extends :
3535 template : v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates
3636 parameters :
37+ pool :
38+ name : Azure-Pipelines-1ESPT-ExDShared
39+ image : windows-2022
40+ os : windows
3741 customBuildTags :
3842 - ES365AIMigrationTooling
3943 stages :
4044 - stage : build
4145 jobs :
4246 - job : build
43- pool :
44- name : Azure-Pipelines-1ESPT-ExDShared
45- image : windows-2022
46- os : windows
4747 templateContext :
4848 outputs :
4949 - output : pipelineArtifact
@@ -325,9 +325,7 @@ extends:
325325 runOnce :
326326 deploy :
327327 pool :
328- name : Azure-Pipelines-1ESPT-ExDShared
329- image : ubuntu-latest
330- os : linux
328+ vmImage : ' ubuntu-latest'
331329 steps :
332330 - checkout : self
333331
@@ -410,7 +408,7 @@ extends:
410408 condition: eq(variables['Build.SourceBranch'], variables['PREVIEW_BRANCH'])
411409
412410 - script : |
413- docker run --rm tonistiigi/binfmt --install all
411+ docker run --privileged -- rm tonistiigi/binfmt --install all
414412 displayName: "Enable multi-platform builds"
415413
416414 - script : |
You can’t perform that action at this time.
0 commit comments