From 48a1235b7709fa996d8660b978c536376f29090f Mon Sep 17 00:00:00 2001 From: Andreas Fankhauser hiddenalpha.ch Date: Thu, 6 Oct 2022 21:01:44 +0200 Subject: Add hint about ABI compatibility for builds using dockerimage --- contrib/build-using-docker/README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'contrib') diff --git a/contrib/build-using-docker/README.md b/contrib/build-using-docker/README.md index 971c2e6..3bf0ae4 100644 --- a/contrib/build-using-docker/README.md +++ b/contrib/build-using-docker/README.md @@ -30,6 +30,10 @@ dockerimage to our host using: sudo docker run --rm -i "${IMG:?}" sh -c 'true && cd dist && tar c *' | tar x ``` +WARN: Think for ABI compatibility! By default the dockerimage uses alpine linux + for compilation. Scroll down to "other targets" if you need to build + for other targets. + ## Play around -- cgit v1.1