maybe here

This commit is contained in:
Bryan Stitt 2023-08-09 13:27:20 -07:00
parent 95b48c015e
commit 844af86e45

12
Jenkinsfile vendored
View File

@ -19,10 +19,10 @@ pipeline {
}
stages {
stage('build and push') {
agent {
label 'builtin'
}
parallel {
agent {
label 'builtin'
}
// stage('build and push amd64_epyc2 image') {
// agent {
// label 'amd64_epyc2'
@ -78,10 +78,10 @@ pipeline {
}
}
stage('push latest') {
agent {
label 'builtin'
}
parallel {
agent {
label 'builtin'
}
stage('maybe push latest_arm64_graviton2 tag') {
agent any
environment {