From 5356c02501af84a9cd2f23e5ffbfbd8da040eb93 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 22 Jul 2026 12:22:12 +0200 Subject: [PATCH] fix(claude_desktop): restore architecture label --- claude_desktop/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/claude_desktop/Dockerfile b/claude_desktop/Dockerfile index 49e9d545a7..d49f9131fc 100644 --- a/claude_desktop/Dockerfile +++ b/claude_desktop/Dockerfile @@ -235,6 +235,7 @@ ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ + io.hass.arch="${BUILD_ARCH}" \ io.hass.type="addon" \ io.hass.version=${BUILD_VERSION} \ maintainer="alexbelgium (https://github.com/alexbelgium)" \