From 3b16103f47db1c83babdc4e4bcbb9040e0dcd954 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Fri, 15 Jan 2021 21:43:24 +0100 Subject: [PATCH] Update README.md --- ext/libraries/zkgroup/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ext/libraries/zkgroup/README.md b/ext/libraries/zkgroup/README.md index eef4615..69d9c59 100644 --- a/ext/libraries/zkgroup/README.md +++ b/ext/libraries/zkgroup/README.md @@ -9,3 +9,7 @@ run `cross build --target aarch64-unknown-linux-gnu --release` to build the library for `x86-64`, `armv7` and `arm64` * the built library will be in the `target//release` folder + +## Why? + +Building zkgroup every time a new docker image gets released takes really long (especially for cross platform builds with docker/buildx and QEMU). Furthermore, due to this bug here (https://github.com/docker/buildx/issues/395) we would need to use an ugly workaround for that right now. As zkgroup isn't released very often I guess it's okay to manually build a new version once in a while.