Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Oguz Ozturk <[email protected]>
  • Loading branch information
oguzkaganozt committed May 20, 2024
1 parent 6b9b88b commit c6d4b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
*.args.BASE_IMAGE=${{ needs.load-env.outputs[format('{0}', matrix.base_image_env)] }}
*.args.SETUP_ARGS=${{ matrix.setup-args }}
*.args.LIB_DIR=${{ matrix.lib_dir }}
*.args.ARCH=$(echo "$platform" | cut -d'/' -f2)
*.args.ARCH: ${{ env.platform.split('/')[1] }}
tag-suffix: ${{ matrix.additional-tag-suffix }}
tag-arch: -arm64
tag-prefix: ${{ needs.load-env.outputs.rosdistro }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-and-push-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
*.args.BASE_IMAGE=${{ needs.load-env.outputs[format('{0}', matrix.base_image_env)] }}
*.args.SETUP_ARGS=${{ matrix.setup-args }}
*.args.LIB_DIR=${{ matrix.lib_dir }}
*.args.ARCH=$(echo "$platform" | cut -d'/' -f2)
*.args.ARCH: ${{ env.platform.split('/')[1] }}
tag-suffix: ${{ matrix.additional-tag-suffix }}
tag-arch: -amd64
tag-prefix: ${{ needs.load-env.outputs.rosdistro }}
Expand Down

0 comments on commit c6d4b83

Please sign in to comment.