Skip to content

Commit 1d6c9e3

Browse files
authored
Don't update the versions for deprecated archs (#155497)
1 parent ddbc962 commit 1d6c9e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/builder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ jobs:
277277
key-description: "Home Assistant Core"
278278
version: ${{ needs.init.outputs.version }}
279279
channel: ${{ needs.init.outputs.channel }}
280+
exclude-list: '["odroid-xu","qemuarm","qemux86","raspberrypi","raspberrypi2","raspberrypi3","raspberrypi4","tinker"]'
280281

281282
- name: Update version file (stable -> beta)
282283
if: needs.init.outputs.channel == 'stable'
@@ -286,6 +287,7 @@ jobs:
286287
key-description: "Home Assistant Core"
287288
version: ${{ needs.init.outputs.version }}
288289
channel: beta
290+
exclude-list: '["odroid-xu","qemuarm","qemux86","raspberrypi","raspberrypi2","raspberrypi3","raspberrypi4","tinker"]'
289291

290292
publish_container:
291293
name: Publish meta container for ${{ matrix.registry }}

0 commit comments

Comments
 (0)