mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-03 00:20:57 -05:00
* Refactor Dockerfile - fix cross-compilation - improve caching TODO: - check if `lld` is used/works for linkage (and enable if not used, or remove if doesn't work) * Remove `aarch64` linker config from `.cargo/config.toml` (seems to be unnecessary) * Expose `LINKER` argument and enable `lld` linker * Add `mold` linker support * Document Dockerfile * Add closing ` in the Dockerfile comments Co-authored-by: Tim Visée <tim+github@visee.me> --------- Co-authored-by: Tim Visée <tim+github@visee.me>