reanahub / reana-workflow-engine-snakemake

REANA Workflow Engine Snakemake
MIT License
0 stars 21 forks source link

ci: fix build of arm64 docker image #70

Open mdonadoni opened 8 months ago

mdonadoni commented 8 months ago

As discussed IRL, let's remove arm64 version building for now, and find a PPA to avoid building memory-huge dependencies and/or keep releasing arm64 from local laptops.

Originally posted by @tiborsimko in https://github.com/reanahub/reana-workflow-engine-snakemake/pull/66#pullrequestreview-1724926210

Currently the arm64 docker image is not build automatically by the CI after a new release, as the build process fails while building the wheel of xrootd. This is probably due to exceeding the memory available on GitHub's runners.

Possible solutions: