Update Jenkinsfile
Some checks are pending
Build Multiarch Container Image / call-reusable-workflow (push) Waiting to run

This commit is contained in:
Sebastian Hugentobler 2025-06-03 15:42:12 +00:00
parent abd324f37b
commit 153d2558c6

2
Jenkinsfile vendored
View file

@ -2,7 +2,7 @@ pipeline {
agent none
stages {
stage('Build') {
agent { label: 'linux-aarch64' }
agent { label 'linux-aarch64' }
steps {
sh 'podman build -t docker.io/thallian/atuin:18.6.1'
}