Skip to content

Commit

Permalink
hotfix CI/CD run command
Browse files Browse the repository at this point in the history
  • Loading branch information
FranekStark committed Sep 23, 2024
1 parent 3daab5f commit 3a80e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# Step 5a: Run the build inside the Docker container for x86_64
- name: Run build on x86_64
run: docker run --rm --platform linux/amd64 dfki-quad-x86_64 bash -c "cbg"
run: docker run --rm --platform linux/amd64 --volume="${PWD}/ws/src:/root/ros2_ws/src" dfki-quad-x86_64 bash -c "colcon build --symlink-install --cmake-args -DROBOT_NAME=go2"

build-arm64:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 3a80e6c

Please sign in to comment.