Skip to content

Commit

Permalink
Drop support for 32-bits systems (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 2, 2021
1 parent 53d61a8 commit bc9e341
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
5 changes: 1 addition & 4 deletions traccar/build.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
2 changes: 1 addition & 1 deletion traccar/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit bc9e341

Please sign in to comment.