Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Commit

Permalink
qemu-user-static
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed Aug 5, 2022
1 parent f8ea9fd commit cc1c774
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/templates/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
- ${{ if eq(parameters.archType, 'arm64') }}:
- script: sudo apt-get update && sudo apt-get install -y qemu binfmt-support qemu-user-static docker
- script: sudo update-binfmts --enable qemu-arm && sudo update-binfmts --enable qemu-aarch64
- script: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
- script: docker run --volume /:/msquic -t mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-arm64v8-20220803130954-bfcd90a uname -a
- script: docker run --volume $PWD:/msquic -t mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-arm64v8-20220803130954-bfcd90a mount
- script: docker run --volume $BUILD_REPOSITORY_LOCALPATH:/msquic -t mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-arm64v8-20220803130954-bfcd90a ls -al /msquic
Expand Down

0 comments on commit cc1c774

Please sign in to comment.