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 {
stage('build and push') {
parallel {
agent {
label 'builtin'
}
// stage('build and push amd64_epyc2 image') {
// agent {
// label 'amd64_epyc2'
@ -79,9 +76,6 @@ pipeline {
}
stage('push latest') {
parallel {
agent {
label 'builtin'
}
stage('maybe push latest_arm64_graviton2 tag') {
agent any
environment {