summaryrefslogtreecommitdiff
path: root/DEPLOY.md
diff options
context:
space:
mode:
authorJonas Zohren <gitlab-jfowl-0ux98@sh14.de>2021-07-11 11:43:48 +0000
committerTimo Kösters <timo@koesters.xyz>2021-07-11 11:43:48 +0000
commit36681dd3acdca1eb716c689aa87f8d45a1b022a0 (patch)
tree4ba12603024427213c5845d2b629362ca3ac4b57 /DEPLOY.md
parent787e18b2a42826a00223328ad66341a78166a8d7 (diff)
downloadconduit-36681dd3acdca1eb716c689aa87f8d45a1b022a0.zip
Fix: Duplicate releases don't work, remove nightly
Diffstat (limited to 'DEPLOY.md')
-rw-r--r--DEPLOY.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/DEPLOY.md b/DEPLOY.md
index fe8c331..778d0e0 100644
--- a/DEPLOY.md
+++ b/DEPLOY.md
@@ -8,10 +8,18 @@ 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:
-- x84_64: `https://conduit.rs/master/x86_64/conduit-bin`
-- armv7: `https://conduit.rs/master/armv7/conduit-bin`
-- armv8: `https://conduit.rs/master/armv8/conduit-bin`
-- arm: `https://conduit.rs/master/arm/conduit-bin`
+
+| 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] | - |
+
+[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
+[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>