Skip to content

Commit

Permalink
fix(): Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
richiesebastian authored Sep 18, 2024
1 parent 97310c0 commit 84d627f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
@Library('jenkins-library@opensource-helm-pipeline-release') _
dockerbuildtestPipeline(
@Library('jenkins-library@opensource-release-multiarch') _
dockerImagePipeline(
script: this,
service: 'slicegw-edge',
buildArguments: [PLATFORM:"amd64"],
run_unit_tests: 'false'

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

0 comments on commit 84d627f

Please sign in to comment.