Skip to content

Commit

Permalink
Add armv7 support for ha-meterparser-addon (#91)
Browse files Browse the repository at this point in the history
* Add armv7 #86

* Add armv7 support

* Missing arch

* Upgrade base imagees

* Update build script

* Fix
  • Loading branch information
junalmeida authored Feb 25, 2024
1 parent f89f83e commit 281e64b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.github/* @junalmeida
/** @junalmeida
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
matrix:
addon: ${{ fromJson(needs.init.outputs.changed_addons) }}
arch: ["aarch64", "amd64"]
arch: ["aarch64", "amd64", "armv7"]

steps:
- name: Check out repository
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

- name: Build ${{ matrix.addon }} add-on
if: steps.check.outputs.build_arch == 'true'
uses: home-assistant/builder@2024.01.0
uses: home-assistant/builder@master
with:
args: |
${{ env.BUILD_ARGS }} \
Expand Down
2 changes: 2 additions & 0 deletions meterparser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
### [1.0.2.6]
- Add armv7 support
### [1.0.2.5]

- Reduce ffmpeg logs, reduce amount of time to seek for a snapshot
Expand Down
10 changes: 5 additions & 5 deletions meterparser/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build_from:
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:5.3.1
amd64: ghcr.io/hassio-addons/debian-base/amd64:5.3.1
# armhf: ghcr.io/hassio-addons/debian-base/armhf:5.3.1
# armv7: ghcr.io/hassio-addons/debian-base/armv7:5.3.1
# i386: ghcr.io/hassio-addons/debian-base/i386:5.3.1
aarch64: ghcr.io/hassio-addons/debian-base/aarch64:7.3.1
amd64: ghcr.io/hassio-addons/debian-base/amd64:7.3.1
# armhf: ghcr.io/hassio-addons/debian-base/armhf:7.3.1
armv7: ghcr.io/hassio-addons/debian-base/armv7:7.3.1
# i386: ghcr.io/hassio-addons/debian-base/i386:7.3.1
2 changes: 1 addition & 1 deletion meterparser/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Meter Parser
version: 1.0.2.5
version: 1.0.2.6
slug: meter-parser
description: Read meter needles and numbers from a camera snapshot.
url: https://github.com/junalmeida/homeassistant-addons/tree/main/meterparser
Expand Down

0 comments on commit 281e64b

Please sign in to comment.