Drop support for 32-bits systems

This commit is contained in:
Franck Nijhof 2021-07-02 14:40:52 +02:00
parent 53d61a8025
commit ad686652f5
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
3 changed files with 5 additions and 8 deletions

View file

@ -108,8 +108,8 @@ 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
[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
[armv7-shield]: https://img.shields.io/badge/armv7-no-red.svg
[commits-shield]: https://img.shields.io/github/commit-activity/y/hassio-addons/addon-traccar.svg
[commits]: https://github.com/hassio-addons/addon-traccar/commits/main
[contributors]: https://github.com/hassio-addons/addon-traccar/graphs/contributors
@ -124,7 +124,7 @@ SOFTWARE.
[github-actions]: https://github.com/hassio-addons/addon-traccar/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-traccar/issues
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-traccar.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg

View file

@ -1,9 +1,6 @@
{
"build_from": {
"aarch64": "ghcr.io/hassio-addons/base/aarch64:10.0.0",
"amd64": "ghcr.io/hassio-addons/base/amd64:10.0.0",
"armhf": "ghcr.io/hassio-addons/base/armhf:10.0.0",
"armv7": "ghcr.io/hassio-addons/base/armv7:10.0.0",
"i386": "ghcr.io/hassio-addons/base/i386:10.0.0"
"amd64": "ghcr.io/hassio-addons/base/amd64:10.0.0"
}
}

View file

@ -8,7 +8,7 @@
"ingress_port": 0,
"panel_icon": "mdi:car-connected",
"startup": "services",
"arch": ["aarch64", "amd64", "armhf", "armv7", "i386"],
"arch": ["aarch64", "amd64"],
"init": false,
"host_network": true,
"ports": {