Skip to content

Commit

Permalink
chore: remove unneeded arm64 builds (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal authored Aug 21, 2024
1 parent 3cd32c4 commit 6878af8
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
Expand Up @@ -3,6 +3,6 @@ parallelDockerUpdatecli([
rebuildImageOnPeriodicJob: false,
buildDockerConfig : [
useContainer: false,
targetplatforms: 'linux/amd64,linux/arm64'
targetplatforms: 'linux/amd64'
]
])

0 comments on commit 6878af8

Please sign in to comment.