1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-18 07:56:03 +01:00

Use new home-assistant/builder actions for image builds (#164756)

This commit is contained in:
Jan Čermák
2026-03-18 14:44:53 +01:00
committed by GitHub
parent 2dfad3d755
commit 488d9ad75c
19 changed files with 195 additions and 157 deletions

9
machine/green generated
View File

@@ -1,4 +1,7 @@
ARG \
BUILD_FROM
# Automatically generated by hassfest.
#
# To update, run python3 -m script.hassfest -p docker
ARG BUILD_FROM=ghcr.io/home-assistant/aarch64-homeassistant:latest
FROM ${BUILD_FROM}
FROM $BUILD_FROM
LABEL io.hass.machine="green"