Skip to content

Commit

Permalink
Merge pull request #318 from lemeurherve/helpdesk3619-arm64-image
Browse files Browse the repository at this point in the history
chore: add arm64 image to ci.jenkins.io build
  • Loading branch information
dduportal committed Oct 18, 2023
2 parents ea2a195 + fa0c915 commit 9abe2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {
}
stage('Docker image') {
steps {
buildDockerAndPublishImage('account-app', [rebuildImageOnPeriodicJob: false])
parallelDockerUpdatecli([imageName: 'account-app', rebuildImageOnPeriodicJob: false, buildDockerConfig : [targetplatforms: 'linux/amd64,linux/arm64']])
}
}
}
Expand Down

0 comments on commit 9abe2f0

Please sign in to comment.