fiskaltrust/middleware-launcher

Add support for Arm CPUs

Closed this issue · 1 comments

We should add support and builds for Arm CPUs, which are heavily used in modern devices. Today, our users use all three common architectures:

  • armel
  • armhf
  • arm64

We should provide separate builds at least for armhf and arm64, and ensure that the native libraries we depend on (e.g. SQLite, Swissbit, ...) also work on these platforms (also see here).

We also need to update the build pipelines for the packages, so that the .zips contain the native libs in the correct ABI-specific folders (e.g. runtimes/linux-arm/native/...)