README: remove mention of arm64 docker image

The prometheus tooling currently makes it impossible to build containers
for arm64.
This commit is contained in:
Conrad Hoffmann 2023-08-31 16:02:21 +02:00
parent 7ce0b26e4f
commit 05e849c91b
1 changed files with 1 additions and 1 deletions

View File

@ -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