Skip to content

Commit

Permalink
Hotfix CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
FranekStark authored Sep 23, 2024
1 parent 3a80e6c commit 24d7f40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 --volume="${PWD}/ws/src:/root/ros2_ws/src" dfki-quad-x86_64 bash -c "colcon build --symlink-install --cmake-args -DROBOT_NAME=go2"
run: docker run --rm --platform linux/amd64 --volume="${PWD}/ws/src:/root/ros2_ws/src" dfki-quad-x86_64 bash -ic "cbg"

build-arm64:
runs-on: ubuntu-22.04
Expand All @@ -57,4 +57,4 @@ jobs:

# Step 5b: Run the build inside the Docker container for ARM
- name: Run build on ARM
run: docker run --rm --platform linux/amd64 dfki-quad-arm dfki-quad bash -c "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 24d7f40

Please sign in to comment.