Skip to content

Commit

Permalink
fix docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Jun 5, 2024
1 parent 478ebc5 commit 7131b95
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/jazzy.amd64.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ROS_DISTRO="jazzy"
FROM osrf/ros:$ROS_DISTRO-desktop-full
ARG ROS_DISTRO="jazzy"
ARG BRANCH="ros2"

ADD https://raw.githubusercontent.com/IOES-Lab/dave/$BRANCH/\
Expand Down
4 changes: 2 additions & 2 deletions .docker/jazzy.arm64v8.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG ROS_DISTRO="jazzy"
FROM arm64v8/ubuntu:24.04
ARG BRANCH="ros2"
ARG ROS_DISTRO="jazzy"

# update and upgrade libs
RUN apt-get update \
Expand Down Expand Up @@ -34,7 +34,7 @@ ENV ROS_UNDERLAY /root/ws_dave/install
WORKDIR $ROS_UNDERLAY/../src

ADD https://raw.githubusercontent.com/IOES-Lab/dave/$BRANCH/\
extras/repos/dave.$ROS_DISTRO.repos dave.repos
extras/repos/dave.jazzy.repos dave.repos
RUN vcs import < dave.repos

RUN apt-get update && rosdep update && \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-arm64v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
file: .docker/jazzy.arm64v8.dockerfile
platforms: linux/arm64/v8
build-args: |
ROS_DISTRO=${{ env.ROS_DISTRO }}
BRANCH=${{ env.BRANCH }}
Expand Down

0 comments on commit 7131b95

Please sign in to comment.