Skip to content

Commit

Permalink
[cups] Add armv7 build (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWinterstein authored Mar 13, 2024
1 parent 03fa4e8 commit 79e9b7b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions cups/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.3.1 -- 11.03.2024

- Add `armv7` support - see [#243](https://github.com/MaxWinterstein/homeassistant-addons/issues/243)

## 3.0.3 -- 23.11.2023

- Add more printer drivers - thx to [Eskander](https://github.com/Eskander)
Expand Down
3 changes: 2 additions & 1 deletion cups/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"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"
"amd64": "ghcr.io/home-assistant/amd64-base-debian:bullseye",
"armv7": "ghcr.io/home-assistant/armv7-base-debian:bullseye"
}
}
3 changes: 2 additions & 1 deletion cups/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CUPS

Check warning on line 1 in cups/config.yaml

View workflow job for this annotation

GitHub Actions / lint_config (cups)

'map' contains the 'config' folder, which has been replaced by 'homeassistant_config'. See: https://developers.home-assistant.io/blog/2023/11/06/public-addon-config
version: 3.0.3
version: 3.0.3.1
url: https://github.com/MaxWinterstein/homeassistant-addons/
image: ghcr.io/maxwinterstein/homeassistant-addon-cups-{arch}
slug: cups
Expand All @@ -8,6 +8,7 @@ arch:
- armhf
- amd64
- aarch64
- armv7
usb: true
init: false
homeassistant_api: true
Expand Down

0 comments on commit 79e9b7b

Please sign in to comment.