Closed mdonadoni closed 1 day ago
Building the docker image does not work on arm64, as the base image does not provide an arm64 variant.
We should switch to another base image (if possible) to solve this issue.
Docker image can now be built with reana-dev docker-build -c . --platform linux/arm64
reana-dev docker-build -c . --platform linux/arm64
Building the docker image does not work on arm64, as the base image does not provide an arm64 variant.
We should switch to another base image (if possible) to solve this issue.