diff options
author | Andreas Fankhauser hiddenalpha.ch | 2022-10-06 21:01:44 +0200 |
---|---|---|
committer | Andreas Fankhauser hiddenalpha.ch | 2022-10-06 21:01:44 +0200 |
commit | 48a1235b7709fa996d8660b978c536376f29090f (patch) | |
tree | 163bc7e9fcad15ae4b3242297b348a3d421d04f8 /contrib/build-using-docker | |
parent | b3152b1fa0e84b235c1714f0d256fee970179ea7 (diff) | |
download | DeflateAndInflate-48a1235b7709fa996d8660b978c536376f29090f.zip DeflateAndInflate-48a1235b7709fa996d8660b978c536376f29090f.tar.gz |
Add hint about ABI compatibility for builds using dockerimage
Diffstat (limited to 'contrib/build-using-docker')
-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 |