This fixes some issues with running on aarch64 linux on Docker (via the update), but also adds
the possibility for some OS/arch/nif version combinations to download a statically linked library, instead of having to install the whole of NetCDF and HDF5 separately.
Due to HDF5 linking issues and due to the lack of aarch64 runners on GH Actions, a Makefile and Dockerfile are provided so that we can generate the artifacts locally to be added to a given release afterwards.
This fixes some issues with running on aarch64 linux on Docker (via the update), but also adds the possibility for some OS/arch/nif version combinations to download a statically linked library, instead of having to install the whole of NetCDF and HDF5 separately.
Due to HDF5 linking issues and due to the lack of aarch64 runners on GH Actions, a Makefile and Dockerfile are provided so that we can generate the artifacts locally to be added to a given release afterwards.