drop graviton1
This commit is contained in:
parent
a02d89a818
commit
e688a2e819
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user