Skip to content

Commit

Permalink
feat: provide an ARM64 version of the image (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 authored Oct 4, 2023
1 parent 041abbc commit f3d5d38
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 @@ -60,7 +60,7 @@ pipeline {

stage('Docker image') {
steps {
buildDockerAndPublishImage('plugin-health-scoring', [dockerfile: 'war/src/main/docker/Dockerfile', unstash: 'binary'])
buildDockerAndPublishImage('plugin-health-scoring', [dockerfile: 'war/src/main/docker/Dockerfile', unstash: 'binary', targetplatforms: 'linux/amd64,linux/arm64'])
}
}
}
Expand Down

0 comments on commit f3d5d38

Please sign in to comment.