diff --git a/eng/pipelines/templates/build-job.yml b/eng/pipelines/templates/build-job.yml index c7c3c8a7..fbc53647 100644 --- a/eng/pipelines/templates/build-job.yml +++ b/eng/pipelines/templates/build-job.yml @@ -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