You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: speed up docker workflow with amd64-only, scoped cache, path filter
- Drop linux/arm64 to avoid QEMU emulation; rebuild on native amd64 only. Re-add setup-qemu-action and the platform if multi-arch images are needed again.
- Scope the GHA cache per app (cache-from/cache-to scope=matrix.app) so the four images stop evicting each other's layers.
- Add a `changes` job using dorny/paths-filter@v4 that computes the set of apps with relevant diffs (own dir, shared packages, lockfile, Dockerfile) and feeds it as a dynamic matrix into the build job, so unchanged images skip entirely. workflow_dispatch still rebuildsevery image.
0 commit comments