From 179662afc84e77ccabab3dae1e532cb576684b4a Mon Sep 17 00:00:00 2001 From: Max Winterstein Date: Fri, 17 Nov 2023 09:49:33 +0100 Subject: [PATCH] [CUPS] Add armhf support (#220) * [CUPS] Add armhf support * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- cups/CHANGELOG.md | 4 ++++ cups/build.json | 1 + cups/config.yaml | 3 ++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cups/CHANGELOG.md b/cups/CHANGELOG.md index 9be8f58..8255c0b 100644 --- a/cups/CHANGELOG.md +++ b/cups/CHANGELOG.md @@ -2,6 +2,10 @@ ## 3.0.0 -- 16.11.2023 +- Adding support for `armhf` + +## 3.0.0 -- 16.11.2023 + - Rewrite based on the work of [zajac-grzegorz](https://github.com/zajac-grzegorz/homeassistant-addon-cups-airprint) - thanks for letting me steal it ❤️ ## 2.2.0 -- 09.06.2023 diff --git a/cups/build.json b/cups/build.json index fe51cc2..6f9ae14 100644 --- a/cups/build.json +++ b/cups/build.json @@ -1,5 +1,6 @@ { "build_from": { + "armhf": "ghcr.io/home-assistant/armhf-base-debian:bullseye", "aarch64": "ghcr.io/home-assistant/aarch64-base-debian:bullseye", "amd64": "ghcr.io/home-assistant/amd64-base-debian:bullseye" } diff --git a/cups/config.yaml b/cups/config.yaml index 0336c25..d46cdf2 100644 --- a/cups/config.yaml +++ b/cups/config.yaml @@ -1,10 +1,11 @@ name: CUPS -version: 3.0.0 +version: 3.0.1 url: https://github.com/MaxWinterstein/homeassistant-addons/ image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch} slug: cups description: A CUPS print server with working AirPrint arch: + - armhf - amd64 - aarch64 usb: true