mirror of
https://github.com/hassio-addons/addon-uptime-kuma.git
synced 2025-05-03 18:41:21 +00:00
Drop support for armhf & i386 (#116)
This commit is contained in:
parent
0a12c2f256
commit
5f1b8fe96a
3 changed files with 2 additions and 6 deletions
|
@ -99,7 +99,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
|
||||
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-uptime-kuma.svg
|
||||
[commits]: https://github.com/hassio-addons/addon-uptime-kuma/commits/master
|
||||
|
@ -115,7 +115,7 @@ SOFTWARE.
|
|||
[github-actions]: https://github.com/hassio-addons/addon-uptime-kuma/actions
|
||||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[github-sponsors]: https://github.com/sponsors/frenck
|
||||
[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-uptime-kuma/issues
|
||||
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-uptime-kuma.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
|
||||
ports:
|
||||
3001/tcp: 3001
|
||||
ports_description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue