diff --git a/images/docker-build-agent/index.html b/images/docker-build-agent/index.html index da20dc96e6..c60467cc4e 100644 --- a/images/docker-build-agent/index.html +++ b/images/docker-build-agent/index.html @@ -13,4 +13,4 @@ ports: - 2222:2222 restart: unless-stopped -
For x86_64 machines, run docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
on the host to enable qemu before bringing any build agent containers up.