mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
add download of Arm64 to python packaging
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f9ce332b54
commit
3049f578a8
|
@ -491,6 +491,11 @@ stages:
|
||||||
inputs:
|
inputs:
|
||||||
artifact: 'ManyLinuxBuild'
|
artifact: 'ManyLinuxBuild'
|
||||||
path: $(Agent.TempDirectory)
|
path: $(Agent.TempDirectory)
|
||||||
|
- task: DownloadPipelineArtifact@2
|
||||||
|
displayName: 'Download ManyLinux Arm64 Build'
|
||||||
|
inputs:
|
||||||
|
artifact: 'ManyLinuxBuildArm64'
|
||||||
|
path: $(Agent.TempDirectory)
|
||||||
- task: DownloadPipelineArtifact@2
|
- task: DownloadPipelineArtifact@2
|
||||||
displayName: 'Download Win32 Build'
|
displayName: 'Download Win32 Build'
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Loading…
Reference in a new issue