mirror of
https://github.com/mtan93/homeassistant-addons.git
synced 2026-03-08 05:21:51 +00:00
[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:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## 3.0.0 -- 16.11.2023
|
## 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 ❤️
|
- 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
|
## 2.2.0 -- 09.06.2023
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
|
"armhf": "ghcr.io/home-assistant/armhf-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"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
name: CUPS
|
name: CUPS
|
||||||
version: 3.0.0
|
version: 3.0.1
|
||||||
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
url: https://github.com/MaxWinterstein/homeassistant-addons/
|
||||||
image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch}
|
image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch}
|
||||||
slug: cups
|
slug: cups
|
||||||
description: A CUPS print server with working AirPrint
|
description: A CUPS print server with working AirPrint
|
||||||
arch:
|
arch:
|
||||||
|
- armhf
|
||||||
- amd64
|
- amd64
|
||||||
- aarch64
|
- aarch64
|
||||||
usb: true
|
usb: true
|
||||||
|
|||||||
Reference in New Issue
Block a user