Skip to content

Commit 313ba89

Browse files
author
Evans Aboge (from Dev Box)
committed
Restore privileged mode
1 parent cbabba5 commit 313ba89

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.azure-pipelines/ci-build.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ resources:
3434
extends:
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: |

0 commit comments

Comments
 (0)