bug: Can't run self hosted version on ARM Server #83

Closed
opened 2026-02-16 12:51:22 -05:00 by yindo · 1 comment
Owner

Originally created by @ChristianWieden on GitHub (Dec 31, 2024).

What happened?

Hi all,

i followed the Deployment instructions.
But then i try docker compose up -d i get the following:

~/revolt$ docker compose up -d.
[+] Running 6/12
⠧ web Pulling 0.8s
⠧ january Pulling 0.8s
✘ rabbit Error context canceled 0.8s
⠧ autumn Pulling 0.8s
⠧ pushd [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 0.8s
✘ createbuckets Error context canceled 0.8s
⠧ api Pulling 0.8s
✘ caddy Error context canceled 0.8s
✘ minio Error context canceled 0.8s
⠧ events Pulling 0.8s
✘ redis Error context canceled 0.8s
✘ database Error context canceled 0.8s
no matching manifest for linux/arm64/v8 in the manifest list entries

Issue #37 the last comment stated that arm64 backend should be supported.
I use https://www.netcup.com/de/server/arm-server and their servers use Ampere Altra Max CPU's
I would be glad for some help or directions how to get revolt running and if you need further informations i can provide them.

lscpu

lscpu
Architektur: aarch64
CPU Operationsmodus: 32-bit, 64-bit
Byte-Reihenfolge: Little Endian
CPU(s): 6
Liste der Online-CPU(s): 0-5
Anbieterkennung: ARM
Modellname: Neoverse-N1
Modell: 1
Thread(s) pro Kern: 1
Kern(e) pro Cluster: 1
Sockel: -
Cluster: 6
Stepping: r3p1
BogoMIPS: 50,00
Markierungen: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp
NUMA:
NUMA-Knoten: 1
NUMA-Knoten0 CPU(s): 0-5
Schwachstellen:
Gather data sampling: Not affected
Itlb multihit: Not affected
L1tf: Not affected
Mds: Not affected
Meltdown: Not affected
Mmio stale data: Not affected
Reg file data sampling: Not affected
Retbleed: Not affected
Spec rstack overflow: Not affected
Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl
Spectre v1: Mitigation; __user pointer sanitization
Spectre v2: Mitigation; CSV2, BHB
Srbds: Not affected
Tsx async abort: Not affected

Edit:

OS Version:

more /etc/debian_version
12.8

Docker Version:

docker --version
Docker version 27.4.1, build b9d17ea

Originally created by @ChristianWieden on GitHub (Dec 31, 2024). ### What happened? Hi all, i followed the Deployment instructions. But then i try docker compose up -d i get the following: > ~/revolt$ docker compose up -d. > [+] Running 6/12 > ⠧ web Pulling 0.8s > ⠧ january Pulling 0.8s > ✘ rabbit Error context canceled 0.8s > ⠧ autumn Pulling 0.8s > ⠧ pushd [⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀] Pulling 0.8s > ✘ createbuckets Error context canceled 0.8s > ⠧ api Pulling 0.8s > ✘ caddy Error context canceled 0.8s > ✘ minio Error context canceled 0.8s > ⠧ events Pulling 0.8s > ✘ redis Error context canceled 0.8s > ✘ database Error context canceled 0.8s > no matching manifest for linux/arm64/v8 in the manifest list entries Issue #37 the last comment stated that arm64 backend should be supported. I use https://www.netcup.com/de/server/arm-server and their servers use Ampere Altra Max CPU's I would be glad for some help or directions how to get revolt running and if you need further informations i can provide them. lscpu > lscpu > Architektur: aarch64 > CPU Operationsmodus: 32-bit, 64-bit > Byte-Reihenfolge: Little Endian > CPU(s): 6 > Liste der Online-CPU(s): 0-5 > Anbieterkennung: ARM > Modellname: Neoverse-N1 > Modell: 1 > Thread(s) pro Kern: 1 > Kern(e) pro Cluster: 1 > Sockel: - > Cluster: 6 > Stepping: r3p1 > BogoMIPS: 50,00 > Markierungen: fp asimd evtstrm aes pmull sha1 sha2 crc32 atomics fphp asimdhp cpuid asimdrdm lrcpc dcpop asimddp > NUMA: > NUMA-Knoten: 1 > NUMA-Knoten0 CPU(s): 0-5 > Schwachstellen: > Gather data sampling: Not affected > Itlb multihit: Not affected > L1tf: Not affected > Mds: Not affected > Meltdown: Not affected > Mmio stale data: Not affected > Reg file data sampling: Not affected > Retbleed: Not affected > Spec rstack overflow: Not affected > Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl > Spectre v1: Mitigation; __user pointer sanitization > Spectre v2: Mitigation; CSV2, BHB > Srbds: Not affected > Tsx async abort: Not affected Edit: OS Version: > more /etc/debian_version > 12.8 Docker Version: > docker --version > Docker version 27.4.1, build b9d17ea
yindo added the bug label 2026-02-16 12:51:22 -05:00
yindo closed this issue 2026-02-16 12:51:22 -05:00
Author
Owner

@insertish commented on GitHub (Feb 9, 2025):

Duplicate of https://github.com/revoltchat/self-hosted/issues/37

@insertish commented on GitHub (Feb 9, 2025): Duplicate of https://github.com/revoltchat/self-hosted/issues/37
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#83