Browse Source

Build from arm

feature/arm64
Julien Cabillot 8 months ago
parent
commit
949e2441ad
1 changed files with 2 additions and 2 deletions
  1. 4
      Jenkinsfile

4
Jenkinsfile

@ -2,10 +2,10 @@ pipeline {
environment {
registry = 'https://registry.hub.docker.com'
registryCredential = 'dockerhub_jcabillot'
dockerImage = 'jcabillot/mydl'
dockerImage = 'jcabillot/mydl:arm64'
}
agent any
agent { node { label 'arm64' } }
triggers {
cron('@midnight')

Loading…
Cancel
Save