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
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -207,7 +207,7 @@ pipeline {
|
|||
}
|
||||
stage('Install azure-cli') {
|
||||
steps {
|
||||
installAzureCli('bionic', 'arm64')
|
||||
installAzureCli('focal', 'arm64')
|
||||
}
|
||||
}
|
||||
stage('Download Windows image') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue