summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorJonas Zohren <gitlab-jfowl-0ux98@sh14.de>2021-07-21 09:21:49 +0000
committerJonas Zohren <gitlab-jfowl-0ux98@sh14.de>2021-07-21 09:21:49 +0000
commit32db4c09a0852463bd047122d06ac356ec4c834c (patch)
treeca319712a25fb07a101d5478763429917d74f627 /DEPLOY.md
parentf43fd6a475b68acc33d47b5eed24c90a5d8324c8 (diff)
downloadconduit-32db4c09a0852463bd047122d06ac356ec4c834c.zip
Docs: Remove arm download, but add x86_64 musl one
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md14
1 files changed, 7 insertions, 7 deletions
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 <url>
@@ -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.