Skip to content

Commit f9f70aa

Browse files
authored
Drop support for armv7 systems (#419)
1 parent 118b795 commit f9f70aa

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

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]
@@ -93,8 +90,6 @@ SOFTWARE.
9390

9491
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
9592
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
96-
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
97-
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
9893
[bookstack]: https://www.bookstackapp.com/
9994
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
10095
[buymeacoffee]: https://www.buymeacoffee.com/sinclairpaul
@@ -109,7 +104,6 @@ SOFTWARE.
109104
[forum]: https://community.home-assistant.io/t/community-hass-io-xxxxx/xxxxx
110105
[github-actions-shield]: https://github.com/hassio-addons/addon-bookstack/workflows/CI/badge.svg
111106
[github-actions]: https://github.com/hassio-addons/addon-bookstack/actions
112-
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
113107
[issue]: https://github.com/hassio-addons/addon-bookstack/issues
114108
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-bookstack.svg
115109
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg

bookstack/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

bookstack/config.yaml

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

0 commit comments

Comments
 (0)