We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8286c commit 6c07c0fCopy full SHA for 6c07c0f
2 files changed
README.md
@@ -102,7 +102,6 @@ Image: librenms/librenms:latest
102
* Manifest List: Yes
103
* Supported platforms:
104
- linux/amd64
105
- - linux/arm/v6
106
- linux/arm/v7
107
- linux/arm64
108
- linux/386
docker-bake.hcl
@@ -25,7 +25,6 @@ target "image-all" {
25
inherits = ["image"]
26
platforms = [
27
"linux/amd64",
28
- "linux/arm/v6",
29
"linux/arm/v7",
30
"linux/arm64",
31
"linux/386",
0 commit comments