-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Tried to run jazzy
image on jetson:
$ docker pull --platform linux/arm64 ghcr.io/ros-navigation/nav2_docker:jazzy-1.3.7
...
Digest: sha256:f5d2904ae51d79490381b25243dc18b59bb50d089d3930f5d301b894bf6ad8a6
Status: Downloaded newer image for ghcr.io/ros-navigation/nav2_docker:jazzy-1.3.7
ghcr.io/ros-navigation/nav2_docker:jazzy-1.3.7
$ docker inspect ghcr.io/ros-navigation/nav2_docker:jazzy-1.3.7 | grep -i arch
"Architecture": "arm64"
$ docker run --rm -it ghcr.io/ros-navigation/nav2_docker:jazzy-1.3.7 bash
exec /ros_entrypoint.sh: exec format error
Here you're using osrf/ros as base image, however osrf/ros does not provide arm64 builds, only /ros does.
I'm sorry if I'm missing something... but is it ok?
Metadata
Metadata
Assignees
Labels
No labels