#35100 rewrote the Dockerfile to use multi-stage builds. We should:
- Try to use a single Dockerfile instead of one per architecture (now that multi-arch is a thing)
- If not possible (yet); sync the other architectures to use multi-stage as well
Labeling this "beginner", but some knowledge about the Dockerfile may be handy :)
#35100 rewrote the Dockerfile to use multi-stage builds. We should:
Labeling this "beginner", but some knowledge about the Dockerfile may be handy :)