[CUPS] Also build for armv7

This commit is contained in:
Max Winterstein
2022-12-19 19:52:17 +01:00
committed by GitHub
parent 0e0a31cff2
commit 8b4f3c387b
3 changed files with 7 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 2.0.3 -- 19.12.2022
- Also build for armv7
## 2.0.2 -- 18.12.2022
- Fix permisson error

View File

@@ -1,6 +1,6 @@
{
"build_from": {
"armhf": "ghcr.io/home-assistant/armhf-base-debian:bullseye",
"armv7": "ghcr.io/home-assistant/armv7-base-debian:bullseye",
"aarch64": "ghcr.io/home-assistant/aarch64-base-debian:bullseye",
"amd64": "ghcr.io/home-assistant/amd64-base-debian:bullseye"
}

View File

@@ -7,9 +7,9 @@ image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch}
description: A CUPS print server with Avahi installed
url: https://github.com/MaxWinterstein/homeassistant-addons/
arch:
- armhf
- aarch64
- amd64
- armv7
- aarch64
usb: true
init: false
homeassistant_api: true