From 71637146976eff5755e2784fa88849a97dcec4f3 Mon Sep 17 00:00:00 2001 From: stratself Date: Tue, 21 Apr 2026 06:30:10 +0000 Subject: [PATCH] docs(generic): Fix links for CI binaries --- docs/deploying/generic.mdx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/docs/deploying/generic.mdx b/docs/deploying/generic.mdx index 17d1accfb..732e0a760 100644 --- a/docs/deploying/generic.mdx +++ b/docs/deploying/generic.mdx @@ -18,18 +18,14 @@ run the `uname -m` to check which you need. Prebuilt binaries are available from: - **Tagged releases**: [see Release page][release-page] -- **Development builds**: CI artifacts from the `main` branch - (includes Debian/Ubuntu packages), [see Actions page for details][actions-page] - -When browsing CI artifacts, `ci-bins` contains binaries organised -by commit hash, while `releases` contains tagged versions. Sort -by last modified date to find the most recent builds. +- **Development builds**: CI artifacts from the `main` branch, + [see `release-image.yml` for details][release-image] The binaries require jemalloc and io_uring on the host system. Currently we can't cross-build static binaries - contributions are welcome here. [release-page]: https://forgejo.ellis.link/continuwuation/continuwuity/releases/ -[actions-page]: https://forgejo.ellis.link/continuwuation/continuwuity/actions/ +[release-image]: https://forgejo.ellis.link/continuwuation/continuwuity/actions/?workflow=release-image.yml #### Performance-optimised builds