reanahub / reana-auth-vomsproxy

REANA VOMS proxy authenticator
http://www.reana.io
MIT License
0 stars 23 forks source link

docker: add support for arm64 #21

Closed mdonadoni closed 1 day ago

mdonadoni commented 11 months 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.

mdonadoni commented 1 day ago

Docker image can now be built with reana-dev docker-build -c . --platform linux/arm64