amd64_epyc3 build

This commit is contained in:
Bryan Stitt 2023-02-09 23:39:41 -08:00
parent 40a722cae3
commit 666ffd6ada

13
Jenkinsfile vendored
View File

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