1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-07-17 16:45:25 +00:00

Merge pull request #362 from crazy-max/rm-armv6

remove arm/v6 arch support
This commit is contained in:
CrazyMax 2023-08-21 12:22:12 +02:00 committed by GitHub
commit 7abac7fb0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

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