Skip to content

Commit 3049f57

Browse files
add download of Arm64 to python packaging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
1 parent f9ce332 commit 3049f57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/release.yml

+5
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,11 @@ stages:
491491
inputs:
492492
artifact: 'ManyLinuxBuild'
493493
path: $(Agent.TempDirectory)
494+
- task: DownloadPipelineArtifact@2
495+
displayName: 'Download ManyLinux Arm64 Build'
496+
inputs:
497+
artifact: 'ManyLinuxBuildArm64'
498+
path: $(Agent.TempDirectory)
494499
- task: DownloadPipelineArtifact@2
495500
displayName: 'Download Win32 Build'
496501
inputs:

0 commit comments

Comments
 (0)