diff --git a/Jenkinsfile b/Jenkinsfile index e38a2a5e..47cb0c2b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'