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
Drops the build-client → build-image matrix → merge shape in favor of a
single build-and-push job. ng build still runs once natively on amd64,
then one buildx --platform linux/amd64,linux/arm64 push produces the
multi-arch manifest directly — no per-arch tags, no imagetools merge.
The per-arch work left in Dockerfile.prebuilt is just apk add gettext
and static COPYs, so native runners bought nothing here. All real CPU
work (ng build) already runs native on amd64 outside Docker.
0 commit comments