Skip to content

Commit

Permalink
hf
Browse files Browse the repository at this point in the history
  • Loading branch information
FranekStark authored Sep 23, 2024
1 parent 24d7f40 commit 062c07f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ jobs:

# Step 5b: Run the build inside the Docker container for ARM
- name: Run build on ARM
run: docker run --rm --platform linux/arm64 --volume="${PWD}/ws/src:/root/ros2_ws/src" dfki-quad-arm bash -ic "cbg_onboard"
run:
docker run --rm --platform linux/arm64 --volume="${PWD}/ws/src:/root/ros2_ws/src" dfki-quad-arm bash -ic "cbg_onboard"

0 comments on commit 062c07f

Please sign in to comment.