Skip to content

Commit

Permalink
fix(): feature-multi-arch (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Md Imran <imranaec@outlook.com>
  • Loading branch information
narmidm authored Oct 3, 2024
1 parent 060fb25 commit b4df6db
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 b4df6db

Please sign in to comment.