arm64_graviton1 build

This commit is contained in:
Bryan Stitt 2023-02-09 23:54:57 -08:00
parent 666ffd6ada
commit 3ec45a806b

13
Jenkinsfile vendored
View File

@ -98,6 +98,19 @@ pipeline {
}
}
}
stage('Build and push arm64_graviton1 image') {
agent {
label 'arm64_graviton1'
}
environment {
ARCH="arm64_graviton1"
}
steps {
script {
buildAndPush()
}
}
}
stage('Build and push arm64_graviton2 image') {
agent {
label 'arm64_graviton2'