Skip to content

0.10.1 — Multi-arch Docker images

Choose a tag to compare

@mavrovde mavrovde released this 14 Jul 14:14
f9936ea

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, so docker pull / docker compose up failed on Apple Silicon (arm64) with no matching manifest for linux/arm64. The publish workflow now sets up QEMU and builds both, so ghcr.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.