mirror of
https://github.com/hassio-addons/addon-bookstack.git
synced 2025-05-06 20:21:27 +00:00
Drop support for armhf & i386 (#265)
This commit is contained in:
parent
206232bcf2
commit
8d809c8a7d
3 changed files with 2 additions and 6 deletions
|
@ -93,7 +93,7 @@ SOFTWARE.
|
|||
|
||||
[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
|
||||
[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||
[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||
[bookstack]: https://www.bookstackapp.com/
|
||||
[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg
|
||||
|
@ -109,7 +109,7 @@ SOFTWARE.
|
|||
[forum]: https://community.home-assistant.io/t/community-hass-io-xxxxx/xxxxx
|
||||
[github-actions-shield]: https://github.com/hassio-addons/addon-bookstack/workflows/CI/badge.svg
|
||||
[github-actions]: https://github.com/hassio-addons/addon-bookstack/actions
|
||||
[i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[i386-shield]: https://img.shields.io/badge/i386-no-red.svg
|
||||
[issue]: https://github.com/hassio-addons/addon-bookstack/issues
|
||||
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-bookstack.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2023.svg
|
||||
|
|
|
@ -2,9 +2,7 @@
|
|||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/base:14.2.2
|
||||
amd64: ghcr.io/hassio-addons/base:14.2.2
|
||||
armhf: ghcr.io/hassio-addons/base:14.2.2
|
||||
armv7: ghcr.io/hassio-addons/base:14.2.2
|
||||
i386: ghcr.io/hassio-addons/base:14.2.2
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
|
@ -10,9 +10,7 @@ init: false
|
|||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armhf
|
||||
- armv7
|
||||
- i386
|
||||
services:
|
||||
- mysql:want
|
||||
map:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue