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

Commit

Permalink
pass arch
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt committed Aug 5, 2022
1 parent f412d86 commit 535733a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/templates/build-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
displayName: Build binaries

- ${{ if ne(parameters.osGroup, 'Windows') }}:
- script: ./scripts/make-packages.sh -output $(_outputPath)
- script: ./scripts/make-packages.sh -arch $(parameters.archType) -output $(_outputPath)
displayName: Make Unix packages
workingDirectory: src/msquic

Expand Down

0 comments on commit 535733a

Please sign in to comment.