SwissDataScienceCenter / renku-project-template

A repository for default Renku project templates.
https://renkulab.io
4 stars 20 forks source link

add CI stub for building multiarch images #178

Open rokroskar opened 1 year ago

rokroskar commented 1 year ago

With https://github.com/SwissDataScienceCenter/renkulab-docker/pull/212 the renku base images will be built also for the arm64 architecture. For users with apple silicon, this will provide a huge boost for running renku sessions locally. However, for this we should also provide a way to build the project images via gitlab-ci. Since the builds add quite a bit of time to the CI job, we should probably just include a commented-out stub that would allow whoever is interested to enable building multiarch images.