diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/build-using-docker/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
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 |