jupyterhub / binderhub

Run your code in the cloud, with technology so advanced, it feels like magic!
https://binderhub.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.54k stars 388 forks source link

image: test/build/push for arm64 as well #1422

Closed consideRatio closed 2 years ago

consideRatio commented 2 years ago

We have made z2jh compliant in arm64 k8s clusters, so I figured we'll do it for binderhub as well as there was so little extra work remaining.

I had to build a wheel in the build step of our image as there wasn't one for arm64, but other than that everything went easy.

Note I also added a small detail of not passing --long to chartpress during publish with a motivation in the commit message. I would have a merge conflict if I extracted that to another PR and it's such a harmless thing so I included it here.