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:
Rob Bradford 2023-09-06 11:29:47 +01:00 committed by Rob Bradford
parent 14edd6d9de
commit 8bdf59bbee

2
Jenkinsfile vendored
View File

@ -207,7 +207,7 @@ pipeline {
}
stage('Install azure-cli') {
steps {
installAzureCli('bionic', 'arm64')
installAzureCli('focal', 'arm64')
}
}
stage('Download Windows image') {