1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-27 14:31:13 +00:00

Readd deprecated archs to build wheels (#155792)

This commit is contained in:
Robert Resch
2025-11-04 19:30:19 +01:00
committed by GitHub
parent d419dd0c05
commit fb1f258b2b
2 changed files with 7 additions and 0 deletions

View File

@@ -88,6 +88,10 @@ jobs:
fail-fast: false
matrix:
arch: ${{ fromJson(needs.init.outputs.architectures) }}
exclude:
- arch: armv7
- arch: armhf
- arch: i386
steps:
- name: Checkout the repository
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0