drop graviton1

This commit is contained in:
Bryan Stitt 2023-03-02 16:52:19 +00:00
parent a02d89a818
commit e688a2e819

13
Jenkinsfile vendored
View File

@ -99,19 +99,6 @@ 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'