Skip to content

Is arm64 actually supported? #14

@AndBondStyle

Description

@AndBondStyle

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions