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

Commit

Permalink
update variable
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed Aug 4, 2022
1 parent f227ac9 commit b4bdaad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/pipelines/templates/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,14 @@ jobs:
- ${{ if eq(parameters.osGroup, 'Windows') }}:
- _signingArgs: -sign
/p:DotNetSignType=$(_SignType)
- ${{ if eq(parameters.archType, 'arm64') }}:
- _docker: docker run -ti mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-arm64v8-20220803130954-bfcd90a --volume /:/

steps:
- checkout: self
submodules: recursive

- ${{ if eq(parameters.archType, 'arm64') }}:
- _docker: docker run -ti mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-18.04-arm64v8-20220803130954-bfcd90a --volume /:/
- 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

Expand Down

0 comments on commit b4bdaad

Please sign in to comment.