Skip to content

Commit

Permalink
disable slim in ci.sh for gitlab ci as separate stage
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Oct 25, 2024
1 parent 4c78b3a commit 1b33b10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci/docker-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ dev-amd64:
_TARGET: dev
IMAGE: ${_IMAGE_DEV_CI_AMD64}
ENABLE_SINGLEARCH_PUSH: 'true'
ENABLE_SLIM: 'false'
_IMAGE_POSTFIX: _${CI_COMMIT_REF_SLUG}_ci

dev-arm64:
Expand All @@ -145,6 +146,7 @@ dev-arm64:
_TARGET: dev
IMAGE: ${_IMAGE_DEV_CI_ARM64}
ENABLE_SINGLEARCH_PUSH: 'true'
ENABLE_SLIM: 'false'
_IMAGE_POSTFIX: _${CI_COMMIT_REF_SLUG}_ci

run-amd64:
Expand All @@ -160,6 +162,7 @@ run-amd64:
_TARGET: run
IMAGE: ${_IMAGE_RUN_CI_AMD64}
ENABLE_SINGLEARCH_PUSH: 'true'
ENABLE_SLIM: 'false'
_IMAGE_POSTFIX: _${CI_COMMIT_REF_SLUG}_ci

run-arm64:
Expand All @@ -176,6 +179,7 @@ run-arm64:
_TARGET: run
IMAGE: ${_IMAGE_RUN_CI_ARM64}
ENABLE_SINGLEARCH_PUSH: 'true'
ENABLE_SLIM: 'false'
_IMAGE_POSTFIX: _${CI_COMMIT_REF_SLUG}_ci


Expand Down

0 comments on commit 1b33b10

Please sign in to comment.