Skip to content

Commit d32881c

Browse files
committed
Drop support for armv7 systems
1 parent 161018c commit d32881c

File tree

4 files changed

+1
-11
lines changed

4 files changed

+1
-11
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 & 8 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]
@@ -102,8 +99,6 @@ SOFTWARE.
10299

103100
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
104101
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
105-
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
106-
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
107102
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-phpmyadmin.svg
108103
[commits]: https://github.com/hassio-addons/addon-phpmyadmin/commits/main
109104
[contributors]: https://github.com/hassio-addons/addon-phpmyadmin/graphs/contributors
@@ -118,15 +113,12 @@ SOFTWARE.
118113
[github-actions]: https://github.com/hassio-addons/addon-phpmyadmin/actions
119114
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
120115
[github-sponsors]: https://github.com/sponsors/frenck
121-
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
122116
[issue]: https://github.com/hassio-addons/addon-phpmyadmin/issues
123-
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
124117
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-phpmyadmin.svg
125118
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg
126119
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
127120
[patreon]: https://www.patreon.com/frenck
128121
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
129-
[python-packages]: https://pypi.org/
130122
[reddit]: https://reddit.com/r/homeassistant
131123
[releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-phpmyadmin.svg
132124
[releases]: https://github.com/hassio-addons/addon-phpmyadmin/releases

phpmyadmin/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:18.2.1
44
amd64: ghcr.io/hassio-addons/base:18.2.1
5-
armv7: ghcr.io/hassio-addons/base:18.2.1

phpmyadmin/config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ panel_icon: mdi:database
1010
arch:
1111
- aarch64
1212
- amd64
13-
- armv7
1413
init: false
1514
services:
1615
- mysql:need

0 commit comments

Comments
 (0)