From c7756d0686558b7afd33c2efdf1015ef7048e950 Mon Sep 17 00:00:00 2001 From: Max Winterstein Date: Thu, 5 Oct 2023 22:16:04 +0200 Subject: [PATCH] [Cups-dev] Fix build --- cups-dev/build.json | 6 ++++++ cups-dev/build.yaml | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 cups-dev/build.json delete mode 100644 cups-dev/build.yaml diff --git a/cups-dev/build.json b/cups-dev/build.json new file mode 100644 index 0000000..7564ce8 --- /dev/null +++ b/cups-dev/build.json @@ -0,0 +1,6 @@ +{ + "build_from": { + "aarch64": "ghcr.io/hassio-addons/debian-base:7.1.0", + "amd64": "ghcr.io/hassio-addons/debian-base:7.1.0" + } +} \ No newline at end of file diff --git a/cups-dev/build.yaml b/cups-dev/build.yaml deleted file mode 100644 index 7e74336..0000000 --- a/cups-dev/build.yaml +++ /dev/null @@ -1,3 +0,0 @@ -build_from: - aarch64: ghcr.io/hassio-addons/debian-base:7.1.0 - amd64: ghcr.io/hassio-addons/debian-base:7.1.0