0.10.1 — Multi-arch Docker images
Patch release fixing the Docker images published in 0.10.0.
Fixed
- Images are now multi-arch (
linux/amd64+linux/arm64). 0.10.0 built amd64 only, sodocker pull/docker compose upfailed on Apple Silicon (arm64) withno matching manifest for linux/arm64. The publish workflow now sets up QEMU and builds both, soghcr.io/mavrovde/litres-assistant/{web,mcp}run natively on Intel and Apple Silicon.
Changed
- Bumped the publish workflow's docker actions to their Node 24 releases (
build-push-action@v7,login-action@v4,metadata-action@v6,setup-buildx-action@v4,setup-qemu-action@v4), clearing the "Node.js 20 is deprecated" warnings.
No application code changed since 0.10.0.