Files
nspanel-lovelace-ui/nspanel-lovelace-ui/build.yaml
2023-11-19 14:59:40 +01:00

12 lines
601 B
YAML

# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile
build_from:
aarch64: "ghcr.io/hassio-addons/base-python/aarch64:12.0.2"
amd64: "ghcr.io/hassio-addons/base-python/amd64:12.0.2"
armhf: "ghcr.io/hassio-addons/base-python/armhf:12.0.2"
armv7: "ghcr.io/hassio-addons/base-python/armv7:12.0.2"
i386: "ghcr.io/hassio-addons/base-python/i386:12.0.2"
labels:
org.opencontainers.image.title: "Home Assistant Add-on: NSPanel Lovelace UI"
org.opencontainers.image.description: ""
org.opencontainers.image.source: "https://github.com/joBr99/nspanel-lovelace-ui"