From 32db4c09a0852463bd047122d06ac356ec4c834c Mon Sep 17 00:00:00 2001 From: Jonas Zohren Date: Wed, 21 Jul 2021 09:21:49 +0000 Subject: Docs: Remove arm download, but add x86_64 musl one --- DEPLOY.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'DEPLOY.md') diff --git a/DEPLOY.md b/DEPLOY.md index 8e16c19..1010c0f 100644 --- a/DEPLOY.md +++ b/DEPLOY.md @@ -9,17 +9,16 @@ If you run into any problems while setting up Conduit, write an email to `timo@k You may simply download the binary that fits your machine. Run `uname -m` to see what you need. Now copy the right url: -| CPU Architecture | GNU (Debian, ArchLinux, ...) | MUSL (Alpine, ... ) | -| ------------------- | ---------------------------- | ----------------------- | -| x84_64 / amd64 | [Download][x84_64-gnu] | - | -| armv7 (Raspberry Pi) | [Download][armv7-gnu] | - | -| armv8 / aarch64 | [Download][armv8-gnu] | - | -| arm | [Download][arm] | - | +| CPU Architecture | GNU (Ubuntu, Debian, ArchLinux, ...) | MUSL (Alpine, ... ) | +| -------------------- | ------------------------------------- | ----------------------- | +| x84_64 / amd64 | [Download][x84_64-gnu] | [Download][x84_64-musl] | +| armv7 (Raspberry Pi) | [Download][armv7-gnu] | - | +| armv8 / aarch64 | [Download][armv8-gnu] | - | [x84_64-gnu]: https://gitlab.com/famedly/conduit/-/jobs/artifacts/master/raw/conduit-x86_64-unknown-linux-gnu?job=build:cargo:x86_64-unknown-linux-gnu +[x84_64-musl]: https://gitlab.com/famedly/conduit/-/jobs/artifacts/master/raw/conduit-x86_64-unknown-linux-musl?job=build:cargo:x86_64-unknown-linux-musl [armv7-gnu]: https://gitlab.com/famedly/conduit/-/jobs/artifacts/master/raw/conduit-armv7-unknown-linux-gnueabihf?job=build:cargo:armv7-unknown-linux-gnueabihf [armv8-gnu]: https://gitlab.com/famedly/conduit/-/jobs/artifacts/master/raw/conduit-aarch64-unknown-linux-gnu?job=build:cargo:aarch64-unknown-linux-gnu -[arm]: https://conduit.rs/master/arm/conduit-bin ```bash $ sudo wget -O /usr/local/bin/matrix-conduit @@ -34,6 +33,7 @@ Note that this currently requires Rust 1.50. If you want to cross compile Conduit to another architecture, read the [Cross-Compile Guide](CROSS_COMPILE.md). + ## Adding a Conduit user While Conduit can run as any user it is usually better to use dedicated users for different services. -- cgit v1.2.3