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
feat: add multi-arch Docker build with version injection
Dockerfile now accepts ARG VERSION (default: dev) and uses
TARGETOS/TARGETARCH/TARGETVARIANT from docker buildx to cross-compile
natively without QEMU emulation. task is no longer required in the
builder stage.
Adds docker:build (local) and docker:build:multi (buildx push to
ghcr.io for linux/amd64, linux/arm/v6, linux/arm/v7, linux/arm64).
CI docker job updated to pass --build-arg VERSION=dev.
https://claude.ai/code/session_01GwPe5tCsib8gdiU7UNfH1N
0 commit comments