diff --git a/claude_desktop/CHANGELOG.md b/claude_desktop/CHANGELOG.md index 8654c92ad8..778672d5d4 100644 --- a/claude_desktop/CHANGELOG.md +++ b/claude_desktop/CHANGELOG.md @@ -2,6 +2,7 @@ - Build pinned RTK 0.43.0 source on Debian Bookworm for both architectures instead of installing the upstream arm64 release binary, which requires GLIBC 2.39 and cannot run in the add-on image. - Execute `rtk --version` inside the final image during the Docker build so future ABI incompatibilities fail CI instead of surfacing at runtime. +- Validate the final Bookworm-built RTK binary in a native aarch64 image build. ## 1.13 (10-07-2026) diff --git a/claude_desktop/config.yaml b/claude_desktop/config.yaml index f6f24caf01..6e6b38ed63 100644 --- a/claude_desktop/config.yaml +++ b/claude_desktop/config.yaml @@ -2,7 +2,7 @@ arch: - aarch64 - amd64 audio: true -description: Claude Desktop plus a persistent Claude Code web terminal in one add-on +description: Claude Desktop with a persistent Claude Code web terminal devices: - /dev/dri - /dev/dri/card0