Added instructions for arm64

pull/52/head
VevooltDev 2 years ago committed by GitHub
parent 25517881dc
commit e513ed7e9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save