From 04c726f81816e08d9cffd1f793e9511f9b759e1d Mon Sep 17 00:00:00 2001 From: elraro Date: Fri, 27 Dec 2024 19:40:21 +0100 Subject: [PATCH] Update matrix.json --- matrix.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/matrix.json b/matrix.json index 39de6649..8fea72f4 100644 --- a/matrix.json +++ b/matrix.json @@ -22,28 +22,28 @@ "pkg_target": "node20-linuxstatic-x64" }, { - "build_from": "ghcr.io/homeassistant/armhf-base:3.20", + "build_from": "ghcr.io/home-assistant/armhf-base:3.20", "platform": "linux/arm/v7", "image_name": "homeassistant-armhf", "pkg_options": "expose-gc,max-heap-size=48", "pkg_target": "node20-linuxstatic-armv7" }, { - "build_from": "ghcr.io/homeassistant/armv7-base:3.20", + "build_from": "ghcr.io/home-assistant/armv7-base:3.20", "platform": "linux/arm/v7", "image_name": "homeassistant-armv7", "pkg_options": "expose-gc,max-heap-size=48", "pkg_target": "node20-linuxstatic-armv7" }, { - "build_from": "ghcr.io/homeassistant/aarch64-base:3.20", + "build_from": "ghcr.io/home-assistant/aarch64-base:3.20", "platform": "linux/arm64", "image_name": "homeassistant-aarch64", "pkg_options": "expose-gc,max-heap-size=64", "pkg_target": "node20-linuxstatic-arm64" }, { - "build_from": "ghcr.io/homeassistant/amd64-base:3.20", + "build_from": "ghcr.io/home-assistant/amd64-base:3.20", "platform": "linux/amd64", "image_name": "homeassistant-amd64", "pkg_options": "expose-gc,max-heap-size=256",