mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2026-01-01 00:06:18 +00:00
15 lines
536 B
YAML
15 lines
536 B
YAML
|
|
# Home Assistant - Add-on Build Configuration
|
||
|
|
# -------------------------------------------
|
||
|
|
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-extended-build
|
||
|
|
#
|
||
|
|
# The Akkudoktor-EOS add-on repo is special because there is only one add-on and it is in
|
||
|
|
# the root directory (no add-on folder as usual).
|
||
|
|
|
||
|
|
image: "addon-eos"
|
||
|
|
build_from:
|
||
|
|
# Debian based images only
|
||
|
|
amd64: "ghcr.io/home-assistant/amd64-base-debian:trixie"
|
||
|
|
aarch64: "ghcr.io/home-assistant/aarch64-base-debian:trixie"
|
||
|
|
args:
|
||
|
|
PYTHON_VERSION: "3.13"
|