diff --git a/Jenkinsfile b/Jenkinsfile index 020fe888..3ad49d98 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'