Skip to content

Commit f4a37d4

Browse files
authored
Drop support for armv7 systems (#504)
1 parent 981bbb6 commit f4a37d4

File tree

4 files changed

+1
-12
lines changed

4 files changed

+1
-12
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 & 9 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]
@@ -106,17 +103,13 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
106103
SOFTWARE.
107104

108105
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
109-
[alpine-packages]: https://pkgs.alpinelinux.org/packages
110106
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
111-
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
112-
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
113107
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-grocy.svg
114108
[commits]: https://github.com/hassio-addons/addon-grocy/commits/main
115109
[contributors]: https://github.com/hassio-addons/addon-grocy/graphs/contributors
116110
[discord-ha]: https://discord.gg/c5DvZ4e
117111
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
118112
[discord]: https://discord.me/hassioaddons
119-
[dockerhub]: https://hub.docker.com/r/hassioaddons/grocy
120113
[docs]: https://github.com/hassio-addons/addon-grocy/blob/main/grocy/DOCS.md
121114
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
122115
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-grocy/112422?u=frenck
@@ -127,14 +120,12 @@ SOFTWARE.
127120
[github-sponsors]: https://github.com/sponsors/frenck
128121
[grocy-demo]: https://demo-en.grocy.info
129122
[grocy]: https://grocy.info/
130-
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
131123
[issue]: https://github.com/hassio-addons/addon-grocy/issues
132124
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-grocy.svg
133125
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg
134126
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
135127
[patreon]: https://www.patreon.com/frenck
136128
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
137-
[python-packages]: https://pypi.org/
138129
[reddit]: https://reddit.com/r/homeassistant
139130
[releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-grocy.svg
140131
[releases]: https://github.com/hassio-addons/addon-grocy/releases

grocy/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/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

grocy/config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ panel_admin: false
1212
arch:
1313
- aarch64
1414
- amd64
15-
- armv7
1615
map:
1716
- ssl
1817
ports:

0 commit comments

Comments
 (0)