diff --git a/README.md b/README.md index 39f06e08..adea183e 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,6 @@ Following platforms for this image are available: $ docker buildx imagetools inspect librenms/librenms --format "{{json .Manifest}}" | \ jq -r '.manifests[] | select(.platform.os != null and .platform.os != "unknown") | .platform | "\(.os)/\(.architecture)\(if .variant then "/" + .variant else "" end)"' -linux/386 linux/amd64 linux/arm/v7 linux/arm64 diff --git a/docker-bake.hcl b/docker-bake.hcl index 4c10aa3b..8057c9a9 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -34,7 +34,6 @@ target "image-all" { "linux/amd64", "linux/arm/v7", "linux/arm64", - "linux/386", "linux/s390x" ] }