Skip to content

Commit

Permalink
Update build.yaml to support HAOS 13.2 (#652)
Browse files Browse the repository at this point in the history
* Update build.yaml to support HAOS 13.2

* Update build.yaml

---------

Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
blitzdose and Koenkk authored Oct 31, 2024
1 parent a9a141c commit a768178
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions common/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build_from:
aarch64: ghcr.io/home-assistant/aarch64-base:3.18
amd64: ghcr.io/home-assistant/amd64-base:3.18
aarch64: ghcr.io/home-assistant/aarch64-base:3.20
amd64: ghcr.io/home-assistant/amd64-base:3.20
i386: ghcr.io/home-assistant/i386-base:3.20
# See /~https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/pull/652#issuecomment-2448119395 why 3.18 is used
armhf: ghcr.io/home-assistant/armhf-base:3.18
armv7: ghcr.io/home-assistant/armv7-base:3.18
i386: ghcr.io/home-assistant/i386-base:3.18

0 comments on commit a768178

Please sign in to comment.