Skip to content

Commit

Permalink
chore: remove unneeded arm64 builds
Browse files Browse the repository at this point in the history
Reverts #124 to help in #133
  • Loading branch information
dduportal authored Aug 21, 2024
1 parent 6a044df commit 30d9cf3
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 @@ -5,4 +5,4 @@ if (env.BRANCH_IS_PRIMARY) {

properties([pipelineTriggers([cron(cronTriggerExpression)])])

buildDockerAndPublishImage('packaging', [targetplatforms: 'linux/amd64,linux/arm64'])
buildDockerAndPublishImage('packaging', [targetplatforms: 'linux/amd64'])

0 comments on commit 30d9cf3

Please sign in to comment.