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…
Reference in a new issue