From f09690a7d2da9284614444ad1691b8e5d8cab3f9 Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Sat, 13 Nov 2021 16:32:50 +0000 Subject: [PATCH] chore: add errata notice --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index af2d410..ddc1508 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ This is still a work-in-progress and some things may not work but for the most part everything has been tested without issue! +## 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:latest` + +I hope to get this resolved soon, thank you. + +Related issue: https://github.com/revoltchat/delta/issues/116 + ## Quick Start This repository provides reasonable defaults, so you can immediately get started with it on your local machine.