Skip to content

Commit

Permalink
Merge pull request #3 from dduportal/feat/arm-64
Browse files Browse the repository at this point in the history
feat: add an ARM64 image
  • Loading branch information
dduportal authored Oct 3, 2023
2 parents 69999a3 + c08e8e3 commit bc8a08e
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 bc8a08e

Please sign in to comment.