Skip to content

Commit

Permalink
update workflows triggers, add fix to arm dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
WinstonHChou committed Jun 3, 2024
1 parent 681a2d1 commit 196c2f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .docker_utils/Dockerfile.f1tenth_arm
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& apt-get clean

# Install nvidia-tensorrt-dev for TensorRT developer packages
RUN mkdir -p /lib/firmware/
RUN apt-get update && apt-get install -y --no-install-recommends \
nvidia-tensorrt-dev \
&& rm -rf /var/lib/apt/lists/* \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [published]
branches: [ "foxy_devel" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*[0-9]-arm' ]
tags: [ 'v*.*.*-arm' ]
pull_request:
branches: [ "foxy_devel" ] # TBD

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
types: [published]
branches: [ "foxy_devel" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*[0-9]' ]
tags: [ 'v*.*.*-x86' ]
pull_request:
branches: [ "foxy_devel" ] # TBD

Expand Down

0 comments on commit 196c2f5

Please sign in to comment.