Skip to content

Commit

Permalink
Try static build_from
Browse files Browse the repository at this point in the history
  • Loading branch information
linickx committed Jun 22, 2024
1 parent b7c6a94 commit 3296dbe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions homedetector/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile
# https://github.com/home-assistant/docker-base
build_from:
aarch64: "ghcr.io/home-assistant/aarch64-base:3.20"
amd64: "ghcr.io/home-assistant/amd64-base:3.20"
armhf: "ghcr.io/home-assistant/armhf-base:3.20"
armv7: "ghcr.io/home-assistant/armv7-base:3.20"
i386: "ghcr.io/home-assistant/i386-base:3.20"

0 comments on commit 3296dbe

Please sign in to comment.