Skip to content

Commit 5e342ba

Browse files
authored
Drop support for armhf, armv7, and i386 systems (#342)
1 parent 0c666a2 commit 5e342ba

File tree

4 files changed

+1
-14
lines changed

4 files changed

+1
-14
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 & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
![Supports aarch64 Architecture][aarch64-shield]
88
![Supports amd64 Architecture][amd64-shield]
9-
![Supports armhf Architecture][armhf-shield]
10-
![Supports armv7 Architecture][armv7-shield]
11-
![Supports i386 Architecture][i386-shield]
129

1310
[![GitLab CI][gitlabci-shield]][gitlabci]
1411
![Project Maintenance][maintenance-shield]
@@ -114,8 +111,6 @@ SOFTWARE.
114111

115112
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
116113
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
117-
[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
118-
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
119114
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-base.svg
120115
[commits]: https://github.com/hassio-addons/addon-base-python/commits/master
121116
[contributors]: https://github.com/hassio-addons/addon-base-python/graphs/contributors
@@ -129,10 +124,8 @@ SOFTWARE.
129124
[github-sponsors]: https://github.com/sponsors/frenck
130125
[gitlabci-shield]: https://gitlab.com/hassio-addons/addon-base-python/badges/master/pipeline.svg
131126
[gitlabci]: https://gitlab.com/hassio-addons/addon-base-python/pipelines
132-
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
133127
[issue]: https://github.com/hassio-addons/addon-base-python/issues
134128
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
135-
[label-schema]: http://label-schema.org/
136129
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-base-python.svg
137130
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg
138131
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png

base/build.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,3 @@
22
build_from:
33
aarch64: ghcr.io/hassio-addons/base:18.0.2
44
amd64: ghcr.io/hassio-addons/base:18.0.2
5-
armhf: ghcr.io/hassio-addons/base:18.0.2
6-
armv7: ghcr.io/hassio-addons/base:18.0.2
7-
i386: ghcr.io/hassio-addons/base:18.0.2

base/config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ url: https://github.com/hassio-addons/addon-base-python
77
arch:
88
- aarch64
99
- amd64
10-
- armhf
11-
- armv7
12-
- i386

0 commit comments

Comments
 (0)