Skip to content

Commit 6109fde

Browse files
authored
Clean up older architecture references (#352)
1 parent b9ecf1d commit 6109fde

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
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]
@@ -108,8 +105,6 @@ SOFTWARE.
108105

109106
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
110107
[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-no-red.svg
113108
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-traccar.svg
114109
[commits]: https://github.com/hassio-addons/addon-traccar/commits/main
115110
[contributors]: https://github.com/hassio-addons/addon-traccar/graphs/contributors
@@ -124,7 +119,6 @@ SOFTWARE.
124119
[github-actions]: https://github.com/hassio-addons/addon-traccar/actions
125120
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
126121
[github-sponsors]: https://github.com/sponsors/frenck
127-
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
128122
[issue]: https://github.com/hassio-addons/addon-traccar/issues
129123
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-traccar.svg
130124
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg

0 commit comments

Comments
 (0)