From 05e849c91b94cae225a0d3ccaf0abf5e4305cee6 Mon Sep 17 00:00:00 2001 From: Conrad Hoffmann Date: Thu, 31 Aug 2023 16:02:21 +0200 Subject: [PATCH] README: remove mention of arm64 docker image The prometheus tooling currently makes it impossible to build containers for arm64. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cea882..5a4e235 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ executable in `$GOPATH/bin`: You can build a Docker container with the included `docker` make target: make promu - promu crossbuild -p linux/amd64 -p linux/arm64 + promu crossbuild -p linux/amd64 make docker This will not even require Go tooling on the host. See the included [docker