File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 8888 fail-fast : false
8989 matrix :
9090 arch : ${{ fromJson(needs.init.outputs.architectures) }}
91+ exclude :
92+ - arch : armv7
93+ - arch : armhf
94+ - arch : i386
9195 steps :
9296 - name : Checkout the repository
9397 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Original file line number Diff line number Diff line change 11image : ghcr.io/home-assistant/{arch}-homeassistant
22build_from :
33 aarch64 : ghcr.io/home-assistant/aarch64-homeassistant-base:2025.10.1
4+ armhf : ghcr.io/home-assistant/armhf-homeassistant-base:2025.10.1
5+ armv7 : ghcr.io/home-assistant/armv7-homeassistant-base:2025.10.1
46 amd64 : ghcr.io/home-assistant/amd64-homeassistant-base:2025.10.1
7+ i386 : ghcr.io/home-assistant/i386-homeassistant-base:2025.10.1
58cosign :
69 base_identity : https://github.com/home-assistant/docker/.*
710 identity : https://github.com/home-assistant/core/.*
You can’t perform that action at this time.
0 commit comments