Skip to content

Commit

Permalink
docs: add warning about 32 bit woes
Browse files Browse the repository at this point in the history
  • Loading branch information
decentral1se committed Nov 2, 2022
1 parent 57d7edf commit 0f15baa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ See [`#80`](https://github.com/ssbc/go-ssb/issues/80) for more.

## What platforms does `go-ssb` support?

> **WARNING**: we've seen reports of data loss issues on 32 bit architectures, e.g. some of the Orage Pi Zero earlier series and older Rasperry Pis. This is being investigated on [`go-ssb/#183`](https://github.com/ssbc/go-ssb/issues/183). We would recommend avoiding 32 bit architecture systems until this issue has been wrapped up.
We've seen reports of butts running `go-ssb` successfully on:

- GNU/Linux
- Mac OS X
- Rasperry Pi 3/4
- Orange Pi Zero
- Rasperry Pi 3/4 (amd64/arm64)
- Orange Pi Zero (amd64/arm64)
- iOS

Go [supports several other OS/arch](https://go.dev/doc/install/source#environment) possibilities.
Expand Down

0 comments on commit 0f15baa

Please sign in to comment.