Files
Joshua M. Boniface f1be25acc3 Split Docker builds for parallelization
The previous pattern built the amd64 and arm64 Docker images
sequentially and then build and pushed manifests as one single long task
under build.py. Split this up so the two architectures can be built in
parallel, and then handle manifests as a separate step in the GitHub
Actions workflow. Also split out the pushes from build.py, and remove
--local since no manual runs of this script should ever need this.
2026-04-01 00:03:39 -04:00
..