Skip to content

Commit 74a8029

Browse files
authored
🚨 Drop support for ARMv7 (#2016)
1 parent 99a1bb2 commit 74a8029

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ SOFTWARE.
103103
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
104104
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
105105
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
106-
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
106+
[armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
107107
[bonanitech]: https://github.com/bonanitech
108108
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-node-red.svg
109109
[commits]: https://github.com/hassio-addons/addon-node-red/commits/master

‎node-red/build.yaml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
build_from:
33
aarch64: ghcr.io/hassio-addons/base-nodejs:0.2.5
44
amd64: ghcr.io/hassio-addons/base-nodejs:0.2.5
5-
armv7: ghcr.io/hassio-addons/base-nodejs:0.2.5
65
codenotary:
76
base_image: codenotary@frenck.dev
87
signer: codenotary@frenck.dev

‎node-red/config.yaml‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ homeassistant: 2023.3.0
1414
arch:
1515
- aarch64
1616
- amd64
17-
- armv7
1817
ports:
1918
80/tcp: 1880
2019
ports_description:

0 commit comments

Comments
 (0)