Orthanc image for ARM

Hello !
I want to build orthanc on raspberryPi. RaspberryPi is built on ARM architecture.

Do we have an orthanc image for ARM?

Thanks a lot !
Alex

Hi Alex,
To the best of my knowledge there isn’t a pre-built arm binary or container. You can build an arm container by using the Osimis dockerfiles available at
https://bitbucket.org/osimis/orthanc-builder/src/master/docker/
Hope that helps.
James

Do have any tutorial on how to build this?

Please try this instructions
https://hg.orthanc-server.com/orthanc/file/default/LinuxCompilation.txt

cmake -DSTATIC_BUILD=ON -DCMAKE_BUILD_TYPE=Debug …/OrthancServer/

2 years ago, I successfully built Orthanc on my Raspberry PI 3

Thank you. I will try it. Do have anything for docker?