1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

remove arm/v6 arch support

This commit is contained in:
CrazyMax 2023-07-21 23:52:14 +02:00
parent 6c8286c0c6
commit 6c07c0f4bb
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 0 additions and 2 deletions

View file

@ -102,7 +102,6 @@ Image: librenms/librenms:latest
* Manifest List: Yes
* Supported platforms:
- linux/amd64
- linux/arm/v6
- linux/arm/v7
- linux/arm64
- linux/386

View file

@ -25,7 +25,6 @@ target "image-all" {
inherits = ["image"]
platforms = [
"linux/amd64",
"linux/arm/v6",
"linux/arm/v7",
"linux/arm64",
"linux/386",