[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>
This commit is contained in:
Max Winterstein
2023-11-17 09:49:33 +01:00
committed by GitHub
parent 273efd5db2
commit 179662afc8
3 changed files with 7 additions and 1 deletions

View File

@@ -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"
}