- ha-addon/ → busch_radio_spotify/ (Ordner muss dem Slug entsprechen) - repository.yaml im Root hinzugefügt (von HAOS zum Erkennen des Repos benötigt) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
12 lines
375 B
YAML
12 lines
375 B
YAML
---
|
|
# Multi-Architektur Build-Konfiguration für das HA Add-on.
|
|
# Jede Architektur bekommt das passende Alpine-basierte HA-Basisimage.
|
|
build_from:
|
|
aarch64: ghcr.io/home-assistant/aarch64-base:latest
|
|
amd64: ghcr.io/home-assistant/amd64-base:latest
|
|
armhf: ghcr.io/home-assistant/armhf-base:latest
|
|
armv7: ghcr.io/home-assistant/armv7-base:latest
|
|
|
|
args:
|
|
BUILD_FROM: ""
|