Skip to content

Commit

Permalink
fixup: arm64 image (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Oct 18, 2023
1 parent 7176974 commit a46b639
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 @@ -71,7 +71,7 @@ pipeline {
expression { infra.isInfra() }
}
steps {
buildDockerAndPublishImage('incrementals-publisher', [automaticSemanticVersioning: true, buildDockerConfig: [targetplatforms: 'linux/amd64,linux/arm64']])
buildDockerAndPublishImage('incrementals-publisher', [automaticSemanticVersioning: true, targetplatforms: 'linux/amd64,linux/arm64'])
}
}
}
Expand Down

0 comments on commit a46b639

Please sign in to comment.