Skip to content

Commit

Permalink
feat: add an ARM64 image
Browse files Browse the repository at this point in the history
Signed-off-by: Damien Duportal <[email protected]>
  • Loading branch information
dduportal committed Oct 3, 2023
1 parent 69999a3 commit c08e8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_k8s
Original file line number Diff line number Diff line change
@@ -1 +1 @@
parallelDockerUpdatecli([imageName: 'matomo', rebuildImageOnPeriodicJob: false])
parallelDockerUpdatecli([imageName: 'matomo', rebuildImageOnPeriodicJob: false, buildDockerConfig : [targetplatforms: 'linux/amd64,linux/arm64']])

0 comments on commit c08e8e3

Please sign in to comment.