mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-23 06:06:22 +00:00
* Adding blurhash to image_details. - Fixes #5142 * Using new pictrs to get blurhash. * Fixing ts-binding. * Addressing PR comments. * Commenting checks. * Switching back to rust 1.81. * Adding diesel schema * Adding database user creation. * Specific tests. * Upping pictrs to 0.5.17-pre.9 * Fixing * Using full tests. * Fixing pictrs hash. * Upgrading pnpm deps. |
||
---|---|---|
.. | ||
federation | ||
docker-compose.yml | ||
docker_db_backup.sh | ||
docker_update.sh | ||
Dockerfile | ||
lemmy.hjson | ||
nginx.conf | ||
README.md | ||
test_deploy.sh |
Building Lemmy Images
Lemmy's images are meant to be built on linux/amd64
,
but they can be executed on both linux/amd64
and linux/arm64
.
To do so we need to use a cross toolchain whose goal is to build from amd64 to arm64.
Namely, we need to link the lemmy_server with pq
and openssl
shared libraries and a few others, and they need to be in arm64
,
indeed.
The toolchain we use to cross-compile is specifically tailored for Lemmy's needs, see the image repository.