diff --git a/Jenkinsfile b/Jenkinsfile index 2eb6409..99ab404 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ pipeline { agent none stages { stage('Build') { - agent linux-aarch64 + agent { label: 'linux-aarch64' } steps { sh 'podman build -t docker.io/thallian/atuin:18.6.1' }