Skip to content

Commit ca79484

Browse files
authored
Drop support for armv7 systems (#467)
1 parent 6df3a06 commit ca79484

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"matchStringsStrategy": "any",
1313
"matchStrings": [
1414
"ARG BUILD_FROM=(?<depName>.*?):(?<currentValue>.*?)\\s+",
15-
"(aarch64|amd64|armhf|armv7|i386):\\s[\"']?(?<depName>.*?):(?<currentValue>.*?)[\"']?\\s"
15+
"(aarch64|amd64):\\s[\"']?(?<depName>.*?):(?<currentValue>.*?)[\"']?\\s"
1616
],
1717
"datasourceTemplate": "docker"
1818
},

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
![Project Stage][project-stage-shield]
55
[![License][license-shield]](LICENSE.md)
66

7-
![Supports armhf Architecture][armhf-shield]
8-
![Supports armv7 Architecture][armv7-shield]
97
![Supports aarch64 Architecture][aarch64-shield]
108
![Supports amd64 Architecture][amd64-shield]
11-
![Supports i386 Architecture][i386-shield]
129

1310
[![Github Actions][github-actions-shield]][github-actions]
1411
![Project Maintenance][maintenance-shield]
@@ -104,8 +101,6 @@ SOFTWARE.
104101

105102
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
106103
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
107-
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
108-
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
109104
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
110105
[buymeacoffee]: https://www.buymeacoffee.com/dale3h
111106
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-nut.svg
@@ -120,7 +115,6 @@ SOFTWARE.
120115
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-network-ups-tools/68516
121116
[github-actions-shield]: https://github.com/hassio-addons/addon-nut/workflows/CI/badge.svg
122117
[github-actions]: https://github.com/hassio-addons/addon-nut/actions
123-
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
124118
[issue]: https://github.com/hassio-addons/addon-nut/issues
125119
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-nut.svg
126120
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg

nut/build.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
build_from:
33
aarch64: ghcr.io/hassio-addons/debian-base:8.1.4
44
amd64: ghcr.io/hassio-addons/debian-base:8.1.4
5-
armv7: ghcr.io/hassio-addons/debian-base:8.1.4

nut/config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ startup: system
88
arch:
99
- aarch64
1010
- amd64
11-
- armv7
1211
init: false
1312
uart: true
1413
udev: true

0 commit comments

Comments
 (0)