arm64_graviton1 build
This commit is contained in:
parent
666ffd6ada
commit
3ec45a806b
13
Jenkinsfile
vendored
13
Jenkinsfile
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user