1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 15:44:52 +01:00

Remove intel-nuc machine from image build matrix (#166326)

This commit is contained in:
Jan Čermák
2026-03-24 15:17:13 +01:00
committed by GitHub
parent 05b78a22cf
commit 7ae3c2012d
3 changed files with 0 additions and 16 deletions

10
machine/intel-nuc generated
View File

@@ -1,10 +0,0 @@
# Automatically generated by hassfest.
#
# To update, run python3 -m script.hassfest -p docker
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-homeassistant:latest
FROM ${BUILD_FROM}
RUN apk --no-cache add \
libva-intel-driver
LABEL io.hass.machine="intel-nuc"