aiidalab / aiidalab-docker-stack

Docker images with the basic software stack for AiiDAlab

Home Page:https://aiidalab.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support to arm64 architecture with CI test

unkcpz opened this issue · comments

We had arm64 supported in the old aiidalab/aiidalab-docker-stack images. It requires to install the rabbitmq from the system apt and specifically configure since it will install the new version that not fully compatible with aiida-core (see https://github.com/aiidateam/aiida-core/wiki/RabbitMQ-version-to-use for details).
The old support in aiida-prerequisites don't have the CI running which makes the maintenance quite painful and not robust (The arm64 image for the aiida-core still broken).

There are now CI vm on the way comming which provided by CircusCI https://github.com/cirruslabs/tart/, we can start working on bring arm64 support back to this docker stack and adding CI tests.

addressed by #372