Fixed
- CI: fewer, more reliable builds. Duplicate test runs from a release's paired main+tag push now auto-cancel (concurrency group), both workflows gained job timeouts so a stuck run can't hang for hours, and the ffmpeg download in both Dockerfiles retries and writes to a file before extracting — fixing the transient arm64 build failures under QEMU emulation.
Docker images
Pinned to this release:
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.105 # portable (amd64 + arm64, CPU)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.105-nvenc # x86_64 + NVIDIA GPU (NVENC)
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.105-edge # as above but ffmpeg master
docker pull ghcr.io/i-ial9000/shrinkerr:v0.9.105-edge-nvencFloating tags (:latest, :edge, :nvenc, :edge-nvenc) track the most recent release of each lineage.