Skip to content

Commit

Permalink
README: Add note about platform support
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-h05 committed Sep 25, 2023
1 parent 3fc84eb commit b15ea9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ For ufw, you can open these ports using the following command:
ufw allow in from any to any port 23400:23500 proto udp comment "webrtc-sip-gw"
```

### Platform Support

webrtc-sip-gw is built for Linux on `amd64`, `arm64` and `armv7l`, so it should run on most modern Linux machines, including Raspberry Pis.

I have tested it on `amd64`, in case someone can test on `arm64` or `armv7`, please report (open an issue) how it works.

## Container Setup Guide

### Directory & Docker Compose File
Expand Down

0 comments on commit b15ea9b

Please sign in to comment.