diff --git a/Jenkinsfile b/Jenkinsfile index 99ab404..7b2bdbe 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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' }