From e513ed7e9a9858ab217ed65d4c0e0b7721b0afe7 Mon Sep 17 00:00:00 2001 From: VevooltDev <111573891+VevooltDev@users.noreply.github.com> Date: Thu, 1 Sep 2022 15:17:53 +0200 Subject: [PATCH] Added instructions for arm64 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 76bba6d..a1d2b22 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,14 @@ Please [read the FAQ before running your own server](https://developers.revolt.c ## Errata Notice The CI for the API server (revoltchat/server) is currently being reworked, I was having a few issues with building both amd64/arm64. - -Please make sure you're using the correct image for your platform: -- amd64: `revoltchat/server:master` -- arm64: `revoltchat/server:0.5.3-alpha.8` - Related issue: https://github.com/revoltchat/delta/issues/116 +## Quick Start for arm64 users +To run Revolt on self hosted instances with a arm64 proccessor. You will need to use an emulator for docker. +Here are the installation steps: +``` docker run --privileged --rm tonistiigi/binfmt --install amd64 ``` +Once that's done just follow the instructions below. + ## Quick Start This repository provides reasonable defaults, so you can immediately get started with it on your local machine.