mirror of
https://github.com/jellyfin/jellyfin-packaging.git
synced 2026-09-03 03:29:58 +03:00
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.