jupyter-server / enterprise_gateway

A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across distributed clusters such as Apache Spark, Kubernetes and others.
https://jupyter-enterprise-gateway.readthedocs.io/en/latest/
Other
615 stars 221 forks source link

Don't perform multi-arch image builds on dry runs #1206

Closed kevin-bates closed 1 year ago

kevin-bates commented 1 year ago

When performing a dry run for the 3.1.0 release, I found that the multi-arch image builds took way too long. Instead, I think it would be better to build the images in a non-multi-arch fashion so those images can first be tested prior to their push to dockerHub. This essentially implies that multi-arch builds will occur AFTER a release. That said, I did leave multi-arch image builds enabled for the non-dry-run builds.