orthanc build for aarch64 core

Hi Sebastien and others,
I was recently struggling to get orthanc built for arm64v8 architecture – the one that is used in Raspberry Pi 4b. A ready-made binary of the latest orthanc version 1.11 for this arch unfortunately doesn’t exist as of now.
After some experiments, I finally succeeded in getting the build. I want to give back by sharing this binary with others.
Appreciate if someone could guide me or point me towards doing it.

Warm regards,
Kousik.
Founder, Svasthiya Technologies Pvt Ltd.

Dear Kousik,

This sounds great, thanks for your work on this topic!

How to give back really depends upon the nature of your contribution. For build instructions (possibly including links to binaries), I would suggest to add a Markdown file onto the dedicated “OrthancContributed” GitHub repository using a pull request:
https://github.com/jodogne/OrthancContributed

One could also consider an addition somewhere in the Orthanc Book:
https://book.orthanc-server.com/
https://hg.orthanc-server.com/orthanc-book/file/default/Sphinx/source

Check out the following page to know how to properly submit code to the Orthanc core repositories:

https://book.orthanc-server.com/developers/repositories.html#submitting-code

Note that if you want to submit actual source code to the source code of Orthanc, Osimis imposes us to request the signature of a CLA (contributor license agreement), but this is not needed for “OrthancContributed” and for Orthanc Book.

Kind Regards,
Sébastien-

Thanks Sébastien,
I will look into the links you sent.