From 1d8ae3a8611a4ad12541fddd0673152610f4c42b Mon Sep 17 00:00:00 2001 From: retr0 Date: Mon, 6 Apr 2026 12:34:55 +0200 Subject: [PATCH] Fix: args.BUILD_FROM aus build.yaml entfernt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Der Supervisor setzt BUILD_FROM selbst aus build_from[arch]. Das args-Feld hat den Wert überschrieben und auf leer gesetzt. Co-Authored-By: Claude Sonnet 4.6 --- busch_radio_spotify/build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/busch_radio_spotify/build.yaml b/busch_radio_spotify/build.yaml index f635210..09656c1 100644 --- a/busch_radio_spotify/build.yaml +++ b/busch_radio_spotify/build.yaml @@ -7,5 +7,3 @@ build_from: armhf: ghcr.io/home-assistant/armhf-base:latest armv7: ghcr.io/home-assistant/armv7-base:latest -args: - BUILD_FROM: ""