self-hosted
                                
                                 self-hosted copied to clipboard
                                
                                    self-hosted copied to clipboard
                            
                            
                            
                        no matching manifest for linux/arm64/v8 in the manifest list entries
What happened?
I try install revolt on Raspberry Pi 4 64Bit ~~(ARMv7)~~ (ARMv8) but it error
Error:
pi@susgalaxy:~/revolt $ docker compose up -d
[+] Running 0/13
 ⠿ january Error                                                                                                   1.7s
 ⠿ caddy Error                                                                                                     1.7s
 ⠦ api Pulling                                                                                                     1.7s
   ⠙ ac2fb615420c Pulling fs layer                                                                                 0.2s
   ⠙ 77e90f8f6ae3 Pulling fs layer                                                                                 0.2s
   ⠙ 01cd6a37c405 Pulling fs layer                                                                                 0.2s
 ⠿ database Error                                                                                                  1.7s
 ⠿ events Error                                                                                                    1.7s
 ⠦ web Pulling                                                                                                     1.7s
 ⠿ createbuckets Error                                                                                             1.7s
 ⠿ redis Error                                                                                                     1.7s
 ⠿ autumn Error                                                                                                    1.7s
 ⠿ minio Error                                                                                                     1.7s
no matching manifest for linux/arm64/v8 in the manifest list entries
pi@susgalaxy:~/revolt $
Yes, indeed it fails on Raspberry Pi 4 Model B Rev 1.4 - aarch64
The images that fail are : web and autumn
I'm experiencing this same issue on macOS, specifically macOS version 14.0. It comes up with the error when pulling 'january'.
I'm experiencing this same issue on macOS, specifically macOS version 14.0. It comes up with the error when pulling 'january'.
Did you get any solution?? I'm also facing same issue.
Did you get any solution?? I'm also facing same issue.
I did! If you add "platform: linux/x86_64" to the Docker Compose stanzas for the containers which error out, it manages to pull the images without problems. In my case, this was 'autumn', 'january', and 'web'.
duplicate of https://github.com/revoltchat/self-hosted/issues/37