diff --git a/Jenkinsfile b/Jenkinsfile index 23401e7e..e38a2a5e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -85,6 +85,19 @@ pipeline { } } } + stage('build and push amd64_epyc3 image') { + agent { + label 'amd64_epyc3' + } + environment { + ARCH="amd64_epyc3" + } + steps { + script { + buildAndPush() + } + } + } stage('Build and push arm64_graviton2 image') { agent { label 'arm64_graviton2'