mirror of
https://gitea.massivebox.net/massivebox/ecodash.git
synced 2025-01-28 20:17:30 +01:00
Fix pipeline
This commit is contained in:
parent
90e83eaf62
commit
394091d885
4
jenkins/Jenkinsfile
vendored
4
jenkins/Jenkinsfile
vendored
@ -32,7 +32,7 @@ pipeline {
|
||||
unstash 'dockerfile'
|
||||
unstash 'ecodash-x86'
|
||||
unstash 'templates'
|
||||
sh 'docker build -t ecodash .'
|
||||
sh 'cp jenkins/Dockerfile ./Dockerfile; docker build -t ecodash .'
|
||||
}
|
||||
}
|
||||
|
||||
@ -55,7 +55,7 @@ pipeline {
|
||||
unstash 'dockerfile'
|
||||
unstash 'ecodash-arm'
|
||||
unstash 'templates'
|
||||
sh 'docker buildx build --platform linux/arm64 -t ecodash .'
|
||||
sh 'cp jenkins/Dockerfile ./Dockerfile; docker buildx build --platform linux/arm64 -t ecodash .'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user