Skip to content

Commit

Permalink
Ensure qemu-user-static is available
Browse files Browse the repository at this point in the history
This allows running arm64 binaries in the chroot on the x64 host.
  • Loading branch information
sbomer committed Mar 29, 2023
1 parent ffc872d commit 9348c41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/pipelines/dotnet-buildtools-prereqs-mariner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ stages:
internalProjectName: ${{ variables.internalProjectName }}
publicProjectName: ${{ variables.publicProjectName }}
linuxAmdBuildJobTimeout: 360
customBuildInitSteps:
- template: /eng/pipelines/steps/install-cross-build-prereqs.yml

0 comments on commit 9348c41

Please sign in to comment.