Skip to content

Commit

Permalink
Add support script
Browse files Browse the repository at this point in the history
  • Loading branch information
f0reachARR committed Feb 19, 2024
1 parent 1e9f748 commit 67bc5ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions buildroot/xcolcon
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

set -e

docker run --rm -v $PWD/src:/ws/src -v $PWD/xbuild:/ws/build \
-v $PWD/xinstall:/ws/install -w /ws \
-e ORIG_UID=$(id -u) -e ORIG_GID=$(id -g) \
ghcr.io/fortefibre/buildroot:$ROS_DISTRO-aarch64 \
"$@"

0 comments on commit 67bc5ff

Please sign in to comment.