Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
Signed-off-by: Richie Sebastian <[email protected]>
  • Loading branch information
richiesebastian authored Nov 13, 2024
1 parent 10f4320 commit cad82cb
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,8 +1,11 @@
@Library('jenkins-library@opensource-release') _
@Library('jenkins-library@opensource-release-multiarch') _
dockerImagePipeline(
script: this,
service: 'gw-sidecar',
dockerfile: 'Dockerfile',
buildContext: '.',
buildArguments: [PLATFORM:"amd64"]
services: ['gw-sidecar'],
dockerfiles: ['Dockerfile'],
pushed: true,
buildArgumentsList: [
[ENV: 'production', PLATFORM: 'linux/arm64,linux/amd64']
]

)

0 comments on commit cad82cb

Please sign in to comment.