Skip to content

Commit

Permalink
fix(): feature-multi-arch
Browse files Browse the repository at this point in the history
Signed-off-by: Md Imran <[email protected]>
  • Loading branch information
narmidm committed Oct 3, 2024
1 parent 060fb25 commit 7a8f9d6
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
@Library('jenkins-library@opensource-release') _
@Library('jenkins-library@opensource-release-multiarch') _
dockerImagePipeline(
script: this,
service: 'gateway-certs-generator'

)

services: ['gateway-certs-generator'],
dockerfiles: ['Dockerfile'],
pushed: true,
buildArgumentsList: [
[ENV: 'production', PLATFORM: 'linux/arm64,linux/amd64']
]
)

0 comments on commit 7a8f9d6

Please sign in to comment.