-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add armv7 support for ha-meterparser-addon (#91)
* Add armv7 #86 * Add armv7 support * Missing arch * Upgrade base imagees * Update build script * Fix
- Loading branch information
1 parent
f89f83e
commit 281e64b
Showing
5 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.github/* @junalmeida | ||
/** @junalmeida |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters