nevermind

This commit is contained in:
Bryan Stitt 2023-08-09 13:28:18 -07:00
parent 844af86e45
commit 318ddb0f16

6
Jenkinsfile vendored
View File

@ -20,9 +20,6 @@ pipeline {
stages { stages {
stage('build and push') { stage('build and push') {
parallel { parallel {
agent {
label 'builtin'
}
// stage('build and push amd64_epyc2 image') { // stage('build and push amd64_epyc2 image') {
// agent { // agent {
// label 'amd64_epyc2' // label 'amd64_epyc2'
@ -79,9 +76,6 @@ pipeline {
} }
stage('push latest') { stage('push latest') {
parallel { parallel {
agent {
label 'builtin'
}
stage('maybe push latest_arm64_graviton2 tag') { stage('maybe push latest_arm64_graviton2 tag') {
agent any agent any
environment { environment {