Skip to content

Commit

Permalink
adda note about ARM in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Jun 6, 2024
1 parent b9d572e commit 2b0ad00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ To run on a server, you can use [the docker image](https://hub.docker.com/r/lova
COPY --from=lovasoa/sqlpage:main /usr/local/bin/sqlpage /usr/local/bin/sqlpage
```

We provide compiled binaries only for the x86_64 architecture, but provide docker images for other architectures, including arm64 and armv7. If you want to run SQLPage on a Raspberry Pi or
a cheaper ARM cloud instance, using the docker image is the easiest way to do it.

### On Mac OS, with homebrew

An alternative for Mac OS users is to use [SQLPage's homebrew package](https://formulae.brew.sh/formula/sqlpage).
Expand Down

0 comments on commit 2b0ad00

Please sign in to comment.