Skip to content

Commit 9348c41

Browse files
committed
Ensure qemu-user-static is available
This allows running arm64 binaries in the chroot on the x64 host.
1 parent ffc872d commit 9348c41

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

eng/pipelines/dotnet-buildtools-prereqs-mariner.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ stages:
2525
internalProjectName: ${{ variables.internalProjectName }}
2626
publicProjectName: ${{ variables.publicProjectName }}
2727
linuxAmdBuildJobTimeout: 360
28+
customBuildInitSteps:
29+
- template: /eng/pipelines/steps/install-cross-build-prereqs.yml

0 commit comments

Comments
 (0)