mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
[CUPS] Also build for armv7
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.3 -- 19.12.2022
|
||||
|
||||
- Also build for armv7
|
||||
|
||||
## 2.0.2 -- 18.12.2022
|
||||
|
||||
- Fix permisson error
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user