From 1d6c9e3d94562984da90b843e2fcdd9b25cd9f3b Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Thu, 30 Oct 2025 13:41:30 +0100 Subject: [PATCH] Don't update the versions for deprecated archs (#155497) --- .github/workflows/builder.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index ae5035bc86b..bbf806b15dd 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -277,6 +277,7 @@ jobs: key-description: "Home Assistant Core" version: ${{ needs.init.outputs.version }} channel: ${{ needs.init.outputs.channel }} + exclude-list: '["odroid-xu","qemuarm","qemux86","raspberrypi","raspberrypi2","raspberrypi3","raspberrypi4","tinker"]' - name: Update version file (stable -> beta) if: needs.init.outputs.channel == 'stable' @@ -286,6 +287,7 @@ jobs: key-description: "Home Assistant Core" version: ${{ needs.init.outputs.version }} channel: beta + exclude-list: '["odroid-xu","qemuarm","qemux86","raspberrypi","raspberrypi2","raspberrypi3","raspberrypi4","tinker"]' publish_container: name: Publish meta container for ${{ matrix.registry }}