README: remove mention of arm64 docker image
The prometheus tooling currently makes it impossible to build containers for arm64.
This commit is contained in:
parent
7ce0b26e4f
commit
05e849c91b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue