Skip to content

Commit 5d34bd8

Browse files
authored
Drop support for armhf & i386 (#498)
1 parent 3f0d7b8 commit 5d34bd8

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ SOFTWARE.
108108

109109
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
110110
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
111-
[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
111+
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
112112
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
113113
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-nginx-proxy-manager.svg
114114
[commits]: https://github.com/hassio-addons/addon-nginx-proxy-manager/commits/main
@@ -124,7 +124,7 @@ SOFTWARE.
124124
[github-actions]: https://github.com/hassio-addons/addon-nginx-proxy-manager/actions
125125
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
126126
[github-sponsors]: https://github.com/sponsors/frenck
127-
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
127+
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
128128
[issue]: https://github.com/hassio-addons/addon-nginx-proxy-manager/issues
129129
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-nginx-proxy-manager.svg
130130
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg

proxy-manager/build.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
build_from:
33
aarch64: ghcr.io/hassio-addons/base:14.3.2
44
amd64: ghcr.io/hassio-addons/base:14.3.2
5-
armhf: ghcr.io/hassio-addons/base:14.3.2
65
armv7: ghcr.io/hassio-addons/base:14.3.2
7-
i386: ghcr.io/hassio-addons/base:14.3.2
86
codenotary:
97
base_image: [email protected]
108

proxy-manager/config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ init: false
1010
arch:
1111
- aarch64
1212
- amd64
13-
- armhf
1413
- armv7
15-
- i386
1614
hassio_api: true
1715
ports:
1816
80/tcp: 80

0 commit comments

Comments
 (0)