Skip to content

Commit

Permalink
Add aarch64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten authored and Marcel Debout committed Mar 5, 2018
1 parent 06c02ef commit ffed58c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rosdep/pylon_sdk.rdmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ install-script: |
arch="$(uname -m)"
if [ "$arch" == "armv7l" ]; then
pkgarch="armhf"
elif [ "$arch" == "aarch64" ]; then
pkgarch="arm64"
elif [ "$arch" == "arm64" ]; then
pkgarch="arm64"
elif [ "$arch" == "x86_64" ]; then
Expand Down

0 comments on commit ffed58c

Please sign in to comment.