Skip to content

Commit ff23856

Browse files
authored
Drop support for armv7 systems (#257)
1 parent 28a5542 commit ff23856

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
@@ -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
[![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
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-ftp.svg
110105
[commits]: https://github.com/hassio-addons/addon-ftp/commits/main
111106
[contributors]: https://github.com/hassio-addons/addon-ftp/graphs/contributors
@@ -120,7 +115,6 @@ SOFTWARE.
120115
[github-actions]: https://github.com/hassio-addons/addon-ftp/actions
121116
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
122117
[github-sponsors]: https://github.com/sponsors/frenck
123-
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
124118
[issue]: https://github.com/hassio-addons/addon-ftp/issues
125119
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-ftp.svg
126120
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg

ftp/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:18.2.1
44
amd64: ghcr.io/hassio-addons/base:18.2.1
5-
armv7: ghcr.io/hassio-addons/base:18.2.1
65
codenotary:
76
base_image: [email protected]
87

ftp/config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ startup: services
99
arch:
1010
- aarch64
1111
- amd64
12-
- armv7
1312
init: false
1413
host_network: true
1514
privileged:

0 commit comments

Comments
 (0)