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