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 }}