Skip to content

Commit

Permalink
fix dependencies of gitlab build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher committed Jun 6, 2024
1 parent e8e6b17 commit b77190f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitlab-ci/docker-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ dev-arm64:
build-amd64:
stage: Build build Images
extends: .build
needs:
- job: dev-amd64
optional: true
rules:
- if: $PLATFORM =~ /.*amd64.*/ && $TARGET =~ /.*build.*/
variables:
Expand All @@ -164,6 +167,9 @@ build-arm64:
stage: Build build Images
extends: .build
tags: [privileged, arm64]
needs:
- job: dev-arm64
optional: true
rules:
- if: $PLATFORM =~ /.*arm64.*/ && $TARGET =~ /.*build.*/
variables:
Expand Down

0 comments on commit b77190f

Please sign in to comment.