mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
build: Use focal version of azure-cli client on aarch64
The worker is running focal not bionic - this fixes build issues on that worker machine due to the bionic version not being installable. Signed-off-by: Rob Bradford <rbradford@rivosinc.com>
This commit is contained in:
parent
14edd6d9de
commit
8bdf59bbee
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -207,7 +207,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
stage('Install azure-cli') {
|
stage('Install azure-cli') {
|
||||||
steps {
|
steps {
|
||||||
installAzureCli('bionic', 'arm64')
|
installAzureCli('focal', 'arm64')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Download Windows image') {
|
stage('Download Windows image') {
|
||||||
|
Loading…
Reference in New Issue
Block a user