From 3ec45a806b5f25756425f87e34cf013fbb1551fa Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 9 Feb 2023 23:54:57 -0800 Subject: [PATCH] arm64_graviton1 build --- Jenkinsfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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'