mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 21:02:38 +00:00
[CUPS] Also build for armv7
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.0.3 -- 19.12.2022
|
||||||
|
|
||||||
|
- Also build for armv7
|
||||||
|
|
||||||
## 2.0.2 -- 18.12.2022
|
## 2.0.2 -- 18.12.2022
|
||||||
|
|
||||||
- Fix permisson error
|
- Fix permisson error
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"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",
|
"aarch64": "ghcr.io/home-assistant/aarch64-base-debian:bullseye",
|
||||||
"amd64": "ghcr.io/home-assistant/amd64-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
|
description: A CUPS print server with Avahi installed
|
||||||
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
||||||
arch:
|
arch:
|
||||||
- armhf
|
|
||||||
- aarch64
|
|
||||||
- amd64
|
- amd64
|
||||||
|
- armv7
|
||||||
|
- aarch64
|
||||||
usb: true
|
usb: true
|
||||||
init: false
|
init: false
|
||||||
homeassistant_api: true
|
homeassistant_api: true
|
||||||
|
|||||||
Reference in New Issue
Block a user