Hello James,
As far as the "Stone Web viewer" is concerned, we have a BuildBot server (not Jenkins) that builds the static resources (WebAssembly + HTML + CSS). Those static resources are continuously published in the "wasm-binaries.zip" file at the following location:
These static resources are platform-independant, because they are executed client-side by the Web browser. They are thus fully compatible with ARM.
The Orthanc plugin for the Stone Web viewer is then built from the following CMake project:
The CMake option "ORTHANC_STONE_BINARIES" of this project allows to indicate where the "wasm-binaries.zip" has been uncompressed.
You could thus create an ARM image by downloading the "wasm-binaries.zip", then building only the plugin from sources (which is a very small project).
HTH,
Sébastien-